com.stimulsoft.report.chart.interfaces.chartTitle
Interface IStiChartTitle
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Implementing Classes:
- StiChartTitle
public interface IStiChartTitle
- extends IStiSerializableRef, java.lang.Cloneable, IStiJsonReportObject
getCore
StiChartTitleCoreXF getCore()
setCore
void setCore(StiChartTitleCoreXF value)
getAllowApplyStyle
boolean getAllowApplyStyle()
setAllowApplyStyle
void setAllowApplyStyle(boolean value)
getFont
StiFont getFont()
setFont
void setFont(StiFont value)
getText
java.lang.String getText()
setText
void setText(java.lang.String value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getAntialiasing
boolean getAntialiasing()
setAntialiasing
void setAntialiasing(boolean value)
getAlignment
StiStringAlignment getAlignment()
setAlignment
void setAlignment(StiStringAlignment value)
getDock
StiChartTitleDock getDock()
setDock
void setDock(StiChartTitleDock value)
getSpacing
int getSpacing()
setSpacing
void setSpacing(int value)
getVisible
boolean getVisible()
setVisible
void setVisible(boolean value)
getChart
IStiChart getChart()
setChart
void setChart(IStiChart value)
clone
java.lang.Object clone()