Class StiDoughnutArea
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.pie.StiPieArea
com.stimulsoft.report.chart.view.areas.doughnut.StiDoughnutArea
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiDoughnutArea,IStiArea,IStiPieArea,Cloneable
-
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 TypeMethodDescriptionbooleanGets or sets value which indicates that each series is drawn by its own colour.Class[]Class[]voidsetColorEach(boolean value) Methods inherited from class com.stimulsoft.report.chart.view.areas.StiArea
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObject, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, 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, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setCore, setShowShadowMethods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiDoughnutArea
public StiDoughnutArea()
-
-
Method Details
-
GetDefaultSeriesLabelsType
- Specified by:
GetDefaultSeriesLabelsTypein interfaceIStiArea- Overrides:
GetDefaultSeriesLabelsTypein classStiPieArea
-
GetSeriesLabelsTypes
- Specified by:
GetSeriesLabelsTypesin interfaceIStiArea- Overrides:
GetSeriesLabelsTypesin classStiPieArea
-
GetDefaultSeriesType
- Specified by:
GetDefaultSeriesTypein interfaceIStiArea- Overrides:
GetDefaultSeriesTypein classStiPieArea
-
GetSeriesTypes
- Specified by:
GetSeriesTypesin interfaceIStiArea- Overrides:
GetSeriesTypesin classStiPieArea
-
getColorEach
public boolean getColorEach()Description copied from class:StiAreaGets or sets value which indicates that each series is drawn by its own colour.- Specified by:
getColorEachin interfaceIStiArea- Overrides:
getColorEachin classStiPieArea
-
setColorEach
public void setColorEach(boolean value) - Specified by:
setColorEachin interfaceIStiArea- Overrides:
setColorEachin classStiPieArea
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiPieArea- Throws:
JSONException
-