Class StiAxisArea
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.StiAxisArea
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiArea,IStiAxisArea,Cloneable
- Direct Known Subclasses:
StiClusteredColumnArea,StiStackedColumnArea
Describes base class for all axis areas.
-
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 StiAxisAreaCoreXFReturns default for this area series labels type.final IStiGridLinesHorGets or sets horizontal grid lines on left axis.final IStiGridLinesHorGets or sets horizontal grid lines on right axis.final IStiGridLinesVertGets 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.booleanGets or sets value which indicate that all values on horizontal axis is reverse.booleanGets or sets value which indicate that all values on vertical axis is reverse.Class[]Returns array of types which contains all series labels types for this area.final IStiXAxisgetXAxis()Gets or sets settings of XAxis.final IStiXAxisGets or sets settings of XTopAxis.final IStiYAxisgetYAxis()Gets or sets settings of YAxis.final IStiYAxisGets or sets settings of YRightAxis.voidLoadFromJsonObject(JSONObject jObject) final voidsetGridLinesHor(IStiGridLinesHor value) final voidfinal voidfinal voidfinal voidvoidsetReverseHor(boolean value) voidsetReverseVert(boolean value) final voidfinal voidsetXTopAxis(IStiXAxis value) final voidfinal voidsetYRightAxis(IStiYAxis 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
-
StiAxisArea
public StiAxisArea()Creates new object of StiAxisArea type.
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getAxisCore
- Specified by:
getAxisCorein interfaceIStiAxisArea
-
getInterlacingHor
Gets or sets interlacing settings on horizontal axis.- Specified by:
getInterlacingHorin interfaceIStiAxisArea
-
setInterlacingHor
- Specified by:
setInterlacingHorin interfaceIStiAxisArea
-
getInterlacingVert
Gets or sets interlacing settings on vertical axis.- Specified by:
getInterlacingVertin interfaceIStiAxisArea
-
setInterlacingVert
- Specified by:
setInterlacingVertin interfaceIStiAxisArea
-
getGridLinesHor
Gets or sets horizontal grid lines on left axis.- Specified by:
getGridLinesHorin interfaceIStiAxisArea
-
setGridLinesHor
- Specified by:
setGridLinesHorin interfaceIStiAxisArea
-
getGridLinesHorRight
Gets or sets horizontal grid lines on right axis.- Specified by:
getGridLinesHorRightin interfaceIStiAxisArea
-
setGridLinesHorRight
- Specified by:
setGridLinesHorRightin interfaceIStiAxisArea
-
getGridLinesVert
Gets or sets grid lines on vertical axis.- Specified by:
getGridLinesVertin interfaceIStiAxisArea
-
setGridLinesVert
- Specified by:
setGridLinesVertin interfaceIStiAxisArea
-
getYAxis
Gets or sets settings of YAxis.- Specified by:
getYAxisin interfaceIStiAxisArea
-
setYAxis
- Specified by:
setYAxisin interfaceIStiAxisArea
-
getYRightAxis
Gets or sets settings of YRightAxis.- Specified by:
getYRightAxisin interfaceIStiAxisArea
-
setYRightAxis
- Specified by:
setYRightAxisin interfaceIStiAxisArea
-
getXAxis
Gets or sets settings of XAxis.- Specified by:
getXAxisin interfaceIStiAxisArea
-
setXAxis
- Specified by:
setXAxisin interfaceIStiAxisArea
-
getXTopAxis
Gets or sets settings of XTopAxis.- Specified by:
getXTopAxisin interfaceIStiAxisArea
-
setXTopAxis
- Specified by:
setXTopAxisin interfaceIStiAxisArea
-
getReverseHor
public boolean getReverseHor()Gets or sets value which indicate that all values on horizontal axis is reverse.- Specified by:
getReverseHorin interfaceIStiAxisArea
-
setReverseHor
public void setReverseHor(boolean value) - Specified by:
setReverseHorin interfaceIStiAxisArea
-
getReverseVert
public boolean getReverseVert()Gets or sets value which indicate that all values on vertical axis is reverse.- Specified by:
getReverseVertin interfaceIStiAxisArea
-
setReverseVert
public void setReverseVert(boolean value) - Specified by:
setReverseVertin interfaceIStiAxisArea
-
GetDefaultSeriesLabelsType
Returns default for this area series labels type.- Specified by:
GetDefaultSeriesLabelsTypein interfaceIStiArea- Specified by:
GetDefaultSeriesLabelsTypein classStiArea- Returns:
-
GetSeriesLabelsTypes
Returns array of types which contains all series labels types for this area.- Specified by:
GetSeriesLabelsTypesin interfaceIStiArea- Specified by:
GetSeriesLabelsTypesin classStiArea- Returns:
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiArea- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiArea- Throws:
JSONException
-