Interface IStiArea
- All Superinterfaces:
Cloneable,IStiJsonReportObject,IStiSerializable,IStiSerializableRef
- All Known Subinterfaces:
IStiAreaArea,IStiAxisArea,IStiBubbleArea,IStiCandlestickArea,IStiClusteredBarArea,IStiClusteredColumnArea,IStiDoughnutArea,IStiFullStackedAreaArea,IStiFullStackedBarArea,IStiFullStackedColumnArea,IStiFullStackedLineArea,IStiFullStackedSplineArea,IStiFullStackedSplineAreaArea,IStiFunnelArea,IStiGanttArea,IStiLineArea,IStiPieArea,IStiPolarArea,IStiPolarStackedArea,IStiRadarArea,IStiRadarAreaArea,IStiRadarLineArea,IStiRadarPointArea,IStiRangeArea,IStiRangeBarArea,IStiScatterArea,IStiSplineArea,IStiSplineAreaArea,IStiSplineRangeArea,IStiStackedAreaArea,IStiStackedBarArea,IStiStackedColumnArea,IStiStackedLineArea,IStiStackedSplineArea,IStiStackedSplineAreaArea,IStiSteppedAreaArea,IStiSteppedLineArea,IStiSteppedRangeArea,IStiStockArea
- All Known Implementing Classes:
StiArea,StiAreaArea,StiAxisArea,StiBubbleArea,StiCandlestickArea,StiClusteredBarArea,StiClusteredColumnArea,StiDoughnutArea,StiFullStackedAreaArea,StiFullStackedBarArea,StiFullStackedColumnArea,StiFullStackedLineArea,StiFullStackedSplineArea,StiFullStackedSplineAreaArea,StiFunnelArea,StiGanttArea,StiLineArea,StiPie3dArea,StiPieArea,StiPolarArea,StiPolarStackedArea,StiRadarArea,StiRadarAreaArea,StiRadarLineArea,StiRadarPointArea,StiRangeArea,StiRangeBarArea,StiScatterArea,StiSplineArea,StiSplineAreaArea,StiSplineRangeArea,StiStackedAreaArea,StiStackedBarArea,StiStackedColumnArea,StiStackedLineArea,StiStackedSplineArea,StiStackedSplineAreaArea,StiSteppedAreaArea,StiSteppedLineArea,StiSteppedRangeArea,StiStockArea
Describes base class for all chart areas.
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetBrush()getChart()booleangetCore()booleanbooleanClass[]Class[]booleanvoidsetAllowApplyStyle(boolean value) voidsetBorderColor(StiColor value) voidvoidvoidsetColorEach(boolean value) voidsetCore(StiAreaCoreXF value) voidsetShowShadow(boolean value) Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObjectMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Method Details
-
getCore
StiAreaCoreXF getCore() -
setCore
-
getChart
IStiChart getChart() -
setChart
-
getAllowApplyStyle
boolean getAllowApplyStyle() -
setAllowApplyStyle
void setAllowApplyStyle(boolean value) -
getColorEach
boolean getColorEach() -
setColorEach
void setColorEach(boolean value) -
getShowShadow
boolean getShowShadow() -
setShowShadow
void setShowShadow(boolean value) -
getBorderColor
StiColor getBorderColor() -
setBorderColor
-
getBrush
StiBrush getBrush() -
setBrush
-
getIsDefaultSeriesTypeFullStackedColumnSeries
boolean getIsDefaultSeriesTypeFullStackedColumnSeries() -
getIsDefaultSeriesTypeFullStackedBarSeries
boolean getIsDefaultSeriesTypeFullStackedBarSeries() -
GetDefaultSeriesType
Class GetDefaultSeriesType() -
GetSeriesTypes
Class[] GetSeriesTypes() -
GetDefaultSeriesLabelsType
Class GetDefaultSeriesLabelsType() -
GetSeriesLabelsTypes
Class[] GetSeriesLabelsTypes() -
clone
Object clone()
-