com.stimulsoft.report.chart.interfaces.areas
Interface IStiAxisArea
- All Superinterfaces:
- java.lang.Cloneable, IStiArea, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
- All Known Subinterfaces:
- IStiAreaArea, IStiBubbleArea, IStiCandlestickArea, IStiClusteredBarArea, IStiClusteredColumnArea, IStiFullStackedAreaArea, IStiFullStackedBarArea, IStiFullStackedColumnArea, IStiFullStackedLineArea, IStiFullStackedSplineArea, IStiFullStackedSplineAreaArea, IStiGanttArea, IStiLineArea, IStiRangeArea, IStiRangeBarArea, IStiScatterArea, IStiSplineArea, IStiSplineAreaArea, IStiSplineRangeArea, IStiStackedAreaArea, IStiStackedBarArea, IStiStackedColumnArea, IStiStackedLineArea, IStiStackedSplineArea, IStiStackedSplineAreaArea, IStiSteppedAreaArea, IStiSteppedLineArea, IStiSteppedRangeArea, IStiStockArea
- All Known Implementing Classes:
- StiAreaArea, StiAxisArea, StiBubbleArea, StiCandlestickArea, StiClusteredBarArea, StiClusteredColumnArea, StiFullStackedAreaArea, StiFullStackedBarArea, StiFullStackedColumnArea, StiFullStackedLineArea, StiFullStackedSplineArea, StiFullStackedSplineAreaArea, StiGanttArea, StiLineArea, StiRangeArea, StiRangeBarArea, StiScatterArea, StiSplineArea, StiSplineAreaArea, StiSplineRangeArea, StiStackedAreaArea, StiStackedBarArea, StiStackedColumnArea, StiStackedLineArea, StiStackedSplineArea, StiStackedSplineAreaArea, StiSteppedAreaArea, StiSteppedLineArea, StiSteppedRangeArea, StiStockArea
public interface IStiAxisArea
- extends IStiArea
Describes base class for all axis areas.
Methods inherited from interface com.stimulsoft.report.chart.interfaces.areas.IStiArea |
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesLabelsType, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesLabelsTypes, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow |
getAxisCore
StiAxisAreaCoreXF getAxisCore()
getInterlacingHor
IStiInterlacingHor getInterlacingHor()
setInterlacingHor
void setInterlacingHor(IStiInterlacingHor value)
getInterlacingVert
IStiInterlacingVert getInterlacingVert()
setInterlacingVert
void setInterlacingVert(IStiInterlacingVert value)
getGridLinesHor
IStiGridLinesHor getGridLinesHor()
setGridLinesHor
void setGridLinesHor(IStiGridLinesHor value)
getGridLinesHorRight
IStiGridLinesHor getGridLinesHorRight()
setGridLinesHorRight
void setGridLinesHorRight(IStiGridLinesHor value)
getGridLinesVert
IStiGridLinesVert getGridLinesVert()
setGridLinesVert
void setGridLinesVert(IStiGridLinesVert value)
getYAxis
IStiYAxis getYAxis()
setYAxis
void setYAxis(IStiYAxis value)
getYRightAxis
IStiYAxis getYRightAxis()
setYRightAxis
void setYRightAxis(IStiYAxis value)
getXAxis
IStiXAxis getXAxis()
setXAxis
void setXAxis(IStiXAxis value)
getXTopAxis
IStiXAxis getXTopAxis()
setXTopAxis
void setXTopAxis(IStiXAxis value)
getReverseHor
boolean getReverseHor()
setReverseHor
void setReverseHor(boolean value)
getReverseVert
boolean getReverseVert()
setReverseVert
void setReverseVert(boolean value)