Interface IStiTrendLine
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Subinterfaces:
IStiTrendLineExponential,IStiTrendLineLinear,IStiTrendLineLogarithmic,IStiTrendLineNone
- All Known Implementing Classes:
StiTrendLine,StiTrendLineExponential,StiTrendLineLinear,StiTrendLineLogarithmic,StiTrendLineNone
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetCore()getFont()floatbooleangetText()booleanvoidsetAllowApplyStyle(boolean value) voidsetCore(StiTrendLineCoreXF value) voidvoidsetLineColor(StiColor value) voidsetLineStyle(StiPenStyle value) voidsetLineWidth(float value) voidsetPosition(StiTextPosition value) voidsetShowShadow(boolean value) voidvoidsetTitleVisible(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getCore
StiTrendLineCoreXF getCore() -
setCore
-
getLineWidth
float getLineWidth() -
setLineWidth
void setLineWidth(float value) -
getLineStyle
StiPenStyle getLineStyle() -
setLineStyle
-
getLineColor
StiColor getLineColor() -
setLineColor
-
getShowShadow
boolean getShowShadow() -
setShowShadow
void setShowShadow(boolean value) -
getTitleVisible
boolean getTitleVisible() -
setTitleVisible
void setTitleVisible(boolean value) -
getFont
StiFont getFont() -
setFont
-
getPosition
StiTextPosition getPosition() -
setPosition
-
getText
String getText() -
setText
-
clone
Object clone()
-