com.stimulsoft.report.chart.view.areas.doughnut
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, java.lang.Cloneable
public class StiDoughnutArea
- extends StiPieArea
- implements IStiDoughnutArea
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, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiArea |
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setCore, setShowShadow |
StiDoughnutArea
public StiDoughnutArea()
GetDefaultSeriesLabelsType
public java.lang.Class GetDefaultSeriesLabelsType()
- Specified by:
GetDefaultSeriesLabelsType
in interface IStiArea
- Overrides:
GetDefaultSeriesLabelsType
in class StiPieArea
GetSeriesLabelsTypes
public java.lang.Class[] GetSeriesLabelsTypes()
- Specified by:
GetSeriesLabelsTypes
in interface IStiArea
- Overrides:
GetSeriesLabelsTypes
in class StiPieArea
GetDefaultSeriesType
public java.lang.Class GetDefaultSeriesType()
- Specified by:
GetDefaultSeriesType
in interface IStiArea
- Overrides:
GetDefaultSeriesType
in class StiPieArea
GetSeriesTypes
public java.lang.Class[] GetSeriesTypes()
- Specified by:
GetSeriesTypes
in interface IStiArea
- Overrides:
GetSeriesTypes
in class StiPieArea
getColorEach
public boolean getColorEach()
- Description copied from class:
StiArea
- Gets or sets value which indicates that each series is drawn by its own colour.
- Specified by:
getColorEach
in interface IStiArea
- Overrides:
getColorEach
in class StiPieArea
setColorEach
public void setColorEach(boolean value)
- Specified by:
setColorEach
in interface IStiArea
- Overrides:
setColorEach
in class StiPieArea
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiPieArea
- Throws:
JSONException