public abstract class StiAxisArea extends StiArea implements IStiAxisArea
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiAxisArea()
Creates new object of StiAxisArea type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
StiAxisAreaCoreXF |
getAxisCore() |
java.lang.Class |
GetDefaultSeriesLabelsType()
Returns default for this area series labels type.
|
IStiGridLinesHor |
getGridLinesHor()
Gets or sets horizontal grid lines on left axis.
|
IStiGridLinesHor |
getGridLinesHorRight()
Gets or sets horizontal grid lines on right axis.
|
IStiGridLinesVert |
getGridLinesVert()
Gets or sets grid lines on vertical axis.
|
IStiInterlacingHor |
getInterlacingHor()
Gets or sets interlacing settings on horizontal axis.
|
IStiInterlacingVert |
getInterlacingVert()
Gets or sets interlacing settings on vertical axis.
|
boolean |
getReverseHor()
Gets or sets value which indicate that all values on horizontal axis is reverse.
|
boolean |
getReverseVert()
Gets or sets value which indicate that all values on vertical axis is reverse.
|
java.lang.Class[] |
GetSeriesLabelsTypes()
Returns array of types which contains all series labels types for this area.
|
IStiXAxis |
getXAxis()
Gets or sets settings of XAxis.
|
IStiXAxis |
getXTopAxis()
Gets or sets settings of XTopAxis.
|
IStiYAxis |
getYAxis()
Gets or sets settings of YAxis.
|
IStiYAxis |
getYRightAxis()
Gets or sets settings of YRightAxis.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setGridLinesHor(IStiGridLinesHor value) |
void |
setGridLinesHorRight(IStiGridLinesHor value) |
void |
setGridLinesVert(IStiGridLinesVert value) |
void |
setInterlacingHor(IStiInterlacingHor value) |
void |
setInterlacingVert(IStiInterlacingVert value) |
void |
setReverseHor(boolean value) |
void |
setReverseVert(boolean value) |
void |
setXAxis(IStiXAxis value) |
void |
setXTopAxis(IStiXAxis value) |
void |
setYAxis(IStiYAxis value) |
void |
setYRightAxis(IStiYAxis value) |
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow, toStringgetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadowgetReference, setReferencepublic java.lang.Object clone()
public final StiAxisAreaCoreXF getAxisCore()
getAxisCore in interface IStiAxisAreapublic final IStiInterlacingHor getInterlacingHor()
getInterlacingHor in interface IStiAxisAreapublic final void setInterlacingHor(IStiInterlacingHor value)
setInterlacingHor in interface IStiAxisAreapublic final IStiInterlacingVert getInterlacingVert()
getInterlacingVert in interface IStiAxisAreapublic final void setInterlacingVert(IStiInterlacingVert value)
setInterlacingVert in interface IStiAxisAreapublic final IStiGridLinesHor getGridLinesHor()
getGridLinesHor in interface IStiAxisAreapublic final void setGridLinesHor(IStiGridLinesHor value)
setGridLinesHor in interface IStiAxisAreapublic final IStiGridLinesHor getGridLinesHorRight()
getGridLinesHorRight in interface IStiAxisAreapublic final void setGridLinesHorRight(IStiGridLinesHor value)
setGridLinesHorRight in interface IStiAxisAreapublic final IStiGridLinesVert getGridLinesVert()
getGridLinesVert in interface IStiAxisAreapublic final void setGridLinesVert(IStiGridLinesVert value)
setGridLinesVert in interface IStiAxisAreapublic final IStiYAxis getYAxis()
getYAxis in interface IStiAxisAreapublic final void setYAxis(IStiYAxis value)
setYAxis in interface IStiAxisAreapublic final IStiYAxis getYRightAxis()
getYRightAxis in interface IStiAxisAreapublic final void setYRightAxis(IStiYAxis value)
setYRightAxis in interface IStiAxisAreapublic final IStiXAxis getXAxis()
getXAxis in interface IStiAxisAreapublic final void setXAxis(IStiXAxis value)
setXAxis in interface IStiAxisAreapublic final IStiXAxis getXTopAxis()
getXTopAxis in interface IStiAxisAreapublic final void setXTopAxis(IStiXAxis value)
setXTopAxis in interface IStiAxisAreapublic boolean getReverseHor()
getReverseHor in interface IStiAxisAreapublic void setReverseHor(boolean value)
setReverseHor in interface IStiAxisAreapublic boolean getReverseVert()
getReverseVert in interface IStiAxisAreapublic void setReverseVert(boolean value)
setReverseVert in interface IStiAxisAreapublic java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType in interface IStiAreaGetDefaultSeriesLabelsType in class StiAreapublic java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes in interface IStiAreaGetSeriesLabelsTypes in class StiAreapublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAreaJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAreaJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.