com.stimulsoft.report.chart.view.areas.pie
Class StiPieArea
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
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiArea, IStiPieArea, java.lang.Cloneable
- Direct Known Subclasses:
- StiDoughnutArea
public class StiPieArea
- extends StiArea
- implements IStiPieArea
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 |
StiPieArea
public StiPieArea()
GetDefaultSeriesLabelsType
public java.lang.Class GetDefaultSeriesLabelsType()
- Specified by:
GetDefaultSeriesLabelsType
in interface IStiArea
- Specified by:
GetDefaultSeriesLabelsType
in class StiArea
GetSeriesLabelsTypes
public java.lang.Class[] GetSeriesLabelsTypes()
- Specified by:
GetSeriesLabelsTypes
in interface IStiArea
- Specified by:
GetSeriesLabelsTypes
in class StiArea
GetDefaultSeriesType
public java.lang.Class GetDefaultSeriesType()
- Specified by:
GetDefaultSeriesType
in interface IStiArea
- Specified by:
GetDefaultSeriesType
in class StiArea
GetSeriesTypes
public java.lang.Class[] GetSeriesTypes()
- Specified by:
GetSeriesTypes
in interface IStiArea
- Specified by:
GetSeriesTypes
in class StiArea
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 StiArea
setColorEach
public void setColorEach(boolean value)
- Specified by:
setColorEach
in interface IStiArea
- Overrides:
setColorEach
in class StiArea
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiArea
- Throws:
JSONException