Interface IStiYRadarAxis
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiRadarAxis,IStiSerializable,IStiSerializableRef
- All Known Implementing Classes:
StiYRadarAxis
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()getInfo()floatgetTicks()getYCore()voidsetInfo(StiAxisInfoXF value) voidsetLabels(IStiAxisLabels value) voidsetLineColor(StiColor value) voidsetLineStyle(StiPenStyle value) voidsetLineWidth(float value) voidsetTicks(IStiAxisTicks value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.report.chart.interfaces.radarAxis.IStiRadarAxis
getAllowApplyStyle, getArea, getCore, getRange, getVisible, setAllowApplyStyle, setArea, setCore, setRange, setVisibleMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getYCore
StiYRadarAxisCoreXF getYCore() -
getLabels
IStiAxisLabels getLabels() -
setLabels
-
getTicks
IStiAxisTicks getTicks() -
setTicks
-
getLineStyle
StiPenStyle getLineStyle() -
setLineStyle
-
getLineColor
StiColor getLineColor() -
setLineColor
-
getLineWidth
float getLineWidth() -
setLineWidth
void setLineWidth(float value) -
getInfo
StiAxisInfoXF getInfo() -
setInfo
-
clone
Object clone()
-