com.stimulsoft.report.chart.interfaces.trendLines
Interface IStiTrendLine
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Subinterfaces:
- IStiTrendLineExponential, IStiTrendLineLinear, IStiTrendLineLogarithmic, IStiTrendLineNone
- All Known Implementing Classes:
- StiTrendLine, StiTrendLineExponential, StiTrendLineLinear, StiTrendLineLogarithmic, StiTrendLineNone
public interface IStiTrendLine
- extends java.lang.Cloneable, IStiSerializableRef, IStiJsonReportObject
getAllowApplyStyle
boolean getAllowApplyStyle()
setAllowApplyStyle
void setAllowApplyStyle(boolean value)
getCore
StiTrendLineCoreXF getCore()
setCore
void setCore(StiTrendLineCoreXF value)
getLineWidth
float getLineWidth()
setLineWidth
void setLineWidth(float value)
getLineStyle
StiPenStyle getLineStyle()
setLineStyle
void setLineStyle(StiPenStyle value)
getLineColor
StiColor getLineColor()
setLineColor
void setLineColor(StiColor value)
getShowShadow
boolean getShowShadow()
setShowShadow
void setShowShadow(boolean value)