Class StiFunnelArea
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.funnel.StiFunnelArea
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiSerializeToCodeAsClass,IStiFunnelArea,IStiArea,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
-
StiFunnelArea
public StiFunnelArea()
-
-
Method Details
-
GetDefaultSeriesType
- Specified by:
GetDefaultSeriesTypein interfaceIStiArea- Specified by:
GetDefaultSeriesTypein classStiArea
-
GetSeriesTypes
- Specified by:
GetSeriesTypesin interfaceIStiArea- Specified by:
GetSeriesTypesin classStiArea
-
GetDefaultSeriesLabelsType
- Specified by:
GetDefaultSeriesLabelsTypein interfaceIStiArea- Specified by:
GetDefaultSeriesLabelsTypein classStiArea
-
GetSeriesLabelsTypes
- Specified by:
GetSeriesLabelsTypesin interfaceIStiArea- Specified by:
GetSeriesLabelsTypesin classStiArea
-
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 classStiArea
-
setColorEach
public void setColorEach(boolean value) - Specified by:
setColorEachin interfaceIStiArea- Overrides:
setColorEachin classStiArea
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiArea- Throws:
JSONException
-