Class StiClusteredColumnArea
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
com.stimulsoft.report.chart.view.areas.clusteredColumn.StiClusteredColumnArea
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiClusteredColumnArea,IStiArea,IStiAxisArea,Cloneable
- Direct Known Subclasses:
StiAreaArea,StiCandlestickArea,StiClusteredBarArea,StiLineArea,StiRangeArea,StiRangeBarArea,StiScatterArea,StiSplineArea,StiSplineAreaArea,StiSplineRangeArea,StiSteppedAreaArea,StiSteppedLineArea,StiSteppedRangeArea,StiStockArea
-
Field Summary
FieldsFields 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 TypeMethodDescriptionClass[]booleanvoidLoadFromJsonObject(JSONObject jObject) voidsetSideBySide(boolean sideBySide) Methods inherited from class com.stimulsoft.report.chart.view.areas.StiAxisArea
clone, getAxisCore, GetDefaultSeriesLabelsType, getGridLinesHor, getGridLinesHorRight, getGridLinesVert, getInterlacingHor, getInterlacingVert, getReverseHor, getReverseVert, GetSeriesLabelsTypes, getXAxis, getXTopAxis, getYAxis, getYRightAxis, setGridLinesHor, setGridLinesHorRight, setGridLinesVert, setInterlacingHor, setInterlacingVert, setReverseHor, setReverseVert, setXAxis, setXTopAxis, setYAxis, setYRightAxisMethods inherited from class com.stimulsoft.report.chart.view.areas.StiArea
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, 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
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesLabelsType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesLabelsTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadowMethods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiAxisArea
getAxisCore, getGridLinesHor, getGridLinesHorRight, getGridLinesVert, getInterlacingHor, getInterlacingVert, getReverseHor, getReverseVert, getXAxis, getXTopAxis, getYAxis, getYRightAxis, setGridLinesHor, setGridLinesHorRight, setGridLinesVert, setInterlacingHor, setInterlacingVert, setReverseHor, setReverseVert, setXAxis, setXTopAxis, setYAxis, setYRightAxisMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Field Details
-
sideBySide
public boolean sideBySide
-
-
Constructor Details
-
StiClusteredColumnArea
public StiClusteredColumnArea()
-
-
Method Details
-
isSideBySide
public boolean isSideBySide()- Specified by:
isSideBySidein interfaceIStiClusteredColumnArea
-
setSideBySide
public void setSideBySide(boolean sideBySide) - Specified by:
setSideBySidein interfaceIStiClusteredColumnArea
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAxisArea- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAxisArea- Throws:
JSONException
-
GetDefaultSeriesType
- Specified by:
GetDefaultSeriesTypein interfaceIStiArea- Specified by:
GetDefaultSeriesTypein classStiArea
-
GetSeriesTypes
- Specified by:
GetSeriesTypesin interfaceIStiArea- Specified by:
GetSeriesTypesin classStiArea
-