Class StiRadarArea
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.areas.StiArea
com.stimulsoft.report.chart.view.areas.radar.StiRadarArea
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiArea,IStiRadarArea,Cloneable
- Direct Known Subclasses:
StiRadarAreaArea,StiRadarLineArea,StiRadarPointArea
-
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final IStiRadarGridLinesHorGets or sets horizontal grid lines on left axis.final IStiRadarGridLinesVertGets or sets grid lines on vertical axis.final IStiInterlacingHorGets or sets interlacing settings on horizontal axis.final IStiInterlacingVertGets or sets interlacing settings on vertical axis.final StiRadarStyleGets or sets style of radar area.Class[]final IStiXRadarAxisgetXAxis()Gets or sets settings of X Axis.final IStiYRadarAxisgetYAxis()Gets or sets settings of Y Axis.voidLoadFromJsonObject(JSONObject jObject) final voidfinal voidfinal voidfinal voidfinal voidsetRadarStyle(StiRadarStyle value) final voidsetXAxis(IStiXRadarAxis value) final voidsetYAxis(IStiYRadarAxis value) Methods inherited from class com.stimulsoft.report.chart.view.areas.StiArea
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow, toStringMethods inherited from class com.stimulsoft.base.services.StiService
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiArea
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadowMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiRadarArea
public StiRadarArea()
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
GetDefaultSeriesLabelsType
- Specified by:
GetDefaultSeriesLabelsTypein interfaceIStiArea- Specified by:
GetDefaultSeriesLabelsTypein classStiArea
-
GetSeriesLabelsTypes
- Specified by:
GetSeriesLabelsTypesin interfaceIStiArea- Specified by:
GetSeriesLabelsTypesin classStiArea
-
getInterlacingHor
Gets or sets interlacing settings on horizontal axis.- Specified by:
getInterlacingHorin interfaceIStiRadarArea
-
setInterlacingHor
- Specified by:
setInterlacingHorin interfaceIStiRadarArea
-
getInterlacingVert
Gets or sets interlacing settings on vertical axis.- Specified by:
getInterlacingVertin interfaceIStiRadarArea
-
setInterlacingVert
- Specified by:
setInterlacingVertin interfaceIStiRadarArea
-
getGridLinesHor
Gets or sets horizontal grid lines on left axis.- Specified by:
getGridLinesHorin interfaceIStiRadarArea
-
setGridLinesHor
- Specified by:
setGridLinesHorin interfaceIStiRadarArea
-
getGridLinesVert
Gets or sets grid lines on vertical axis.- Specified by:
getGridLinesVertin interfaceIStiRadarArea
-
setGridLinesVert
- Specified by:
setGridLinesVertin interfaceIStiRadarArea
-
getRadarStyle
Gets or sets style of radar area.- Specified by:
getRadarStylein interfaceIStiRadarArea
-
setRadarStyle
- Specified by:
setRadarStylein interfaceIStiRadarArea
-
getXAxis
Gets or sets settings of X Axis.- Specified by:
getXAxisin interfaceIStiRadarArea
-
setXAxis
- Specified by:
setXAxisin interfaceIStiRadarArea
-
getYAxis
Gets or sets settings of Y Axis.- Specified by:
getYAxisin interfaceIStiRadarArea
-
setYAxis
- Specified by:
setYAxisin interfaceIStiRadarArea
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiArea- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiArea- Throws:
JSONException
-