com.stimulsoft.report.chart.interfaces.strips
Interface IStiStrips
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject
- All Known Implementing Classes:
- StiStrips
public interface IStiStrips
- extends java.lang.Cloneable, IStiJsonReportObject
getCore
StiStripsCoreXF getCore()
setCore
void setCore(StiStripsCoreXF value)
getAllowApplyStyle
boolean getAllowApplyStyle()
setAllowApplyStyle
void setAllowApplyStyle(boolean value)
getShowBehind
boolean getShowBehind()
setShowBehind
void setShowBehind(boolean value)
getStripBrush
StiBrush getStripBrush()
setStripBrush
void setStripBrush(StiBrush value)
getAntialiasing
boolean getAntialiasing()
setAntialiasing
void setAntialiasing(boolean value)
getFont
StiFont getFont()
setFont
void setFont(StiFont value)
getText
java.lang.String getText()
setText
void setText(java.lang.String value)
getTitleVisible
boolean getTitleVisible()
setTitleVisible
void setTitleVisible(boolean value)
getTitleColor
StiColor getTitleColor()
setTitleColor
void setTitleColor(StiColor value)
getOrientation
StiStrips.StiOrientation getOrientation()
setOrientation
void setOrientation(StiStrips.StiOrientation value)
getShowInLegend
boolean getShowInLegend()
setShowInLegend
void setShowInLegend(boolean value)
getMaxValue
java.lang.String getMaxValue()
setMaxValue
void setMaxValue(java.lang.String value)
getMinValue
java.lang.String getMinValue()
setMinValue
void setMinValue(java.lang.String value)
getVisible
boolean getVisible()
setVisible
void setVisible(boolean value)
getChart
IStiChart getChart()
setChart
void setChart(IStiChart value)
clone
IStiStrips clone()