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


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 boolean getAllowApplyStyle()
           
 StiTrendLineCoreXF getCore()
           
 StiColor getLineColor()
           
 StiPenStyle getLineStyle()
           
 float getLineWidth()
           
 boolean getShowShadow()
           
 void setAllowApplyStyle(boolean value)
           
 void setCore(StiTrendLineCoreXF value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 void setShowShadow(boolean value)
           
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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)