com.stimulsoft.report.chart.interfaces.areas
Interface IStiArea
- All Superinterfaces:
- java.lang.Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Subinterfaces:
- IStiAreaArea, IStiAxisArea, IStiBubbleArea, IStiCandlestickArea, IStiClusteredBarArea, IStiClusteredColumnArea, IStiDoughnutArea, IStiFullStackedAreaArea, IStiFullStackedBarArea, IStiFullStackedColumnArea, IStiFullStackedLineArea, IStiFullStackedSplineArea, IStiFullStackedSplineAreaArea, IStiFunnelArea, IStiGanttArea, IStiLineArea, IStiPieArea, 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, StiPieArea, StiRadarArea, StiRadarAreaArea, StiRadarLineArea, StiRadarPointArea, StiRangeArea, StiRangeBarArea, StiScatterArea, StiSplineArea, StiSplineAreaArea, StiSplineRangeArea, StiStackedAreaArea, StiStackedBarArea, StiStackedColumnArea, StiStackedLineArea, StiStackedSplineArea, StiStackedSplineAreaArea, StiSteppedAreaArea, StiSteppedLineArea, StiSteppedRangeArea, StiStockArea
public interface IStiArea
- extends IStiSerializableRef, java.lang.Cloneable, IStiJsonReportObject
Describes base class for all chart areas.
getCore
StiAreaCoreXF getCore()
setCore
void setCore(StiAreaCoreXF value)
getChart
IStiChart getChart()
setChart
void setChart(IStiChart value)
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
void setBorderColor(StiColor value)
getBrush
StiBrush getBrush()
setBrush
void setBrush(StiBrush value)
getIsDefaultSeriesTypeFullStackedColumnSeries
boolean getIsDefaultSeriesTypeFullStackedColumnSeries()
getIsDefaultSeriesTypeFullStackedBarSeries
boolean getIsDefaultSeriesTypeFullStackedBarSeries()
GetDefaultSeriesType
java.lang.Class GetDefaultSeriesType()
GetSeriesTypes
java.lang.Class[] GetSeriesTypes()
GetDefaultSeriesLabelsType
java.lang.Class GetDefaultSeriesLabelsType()
GetSeriesLabelsTypes
java.lang.Class[] GetSeriesLabelsTypes()
clone
java.lang.Object clone()