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

public interface IStiArea extends IStiSerializableRef, Cloneable, IStiJsonReportObject
Describes base class for all chart areas.
  • Method Details

    • 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

      Class GetDefaultSeriesType()
    • GetSeriesTypes

      Class[] GetSeriesTypes()
    • GetDefaultSeriesLabelsType

      Class GetDefaultSeriesLabelsType()
    • GetSeriesLabelsTypes

      Class[] GetSeriesLabelsTypes()
    • clone

      Object clone()