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.


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Method Summary
 StiAxisAreaCoreXF getAxisCore()
           
 IStiGridLinesHor getGridLinesHor()
           
 IStiGridLinesHor getGridLinesHorRight()
           
 IStiGridLinesVert getGridLinesVert()
           
 IStiInterlacingHor getInterlacingHor()
           
 IStiInterlacingVert getInterlacingVert()
           
 boolean getReverseHor()
           
 boolean getReverseVert()
           
 IStiXAxis getXAxis()
           
 IStiXAxis getXTopAxis()
           
 IStiYAxis getYAxis()
           
 IStiYAxis getYRightAxis()
           
 void setGridLinesHor(IStiGridLinesHor value)
           
 void setGridLinesHorRight(IStiGridLinesHor value)
           
 void setGridLinesVert(IStiGridLinesVert value)
           
 void setInterlacingHor(IStiInterlacingHor value)
           
 void setInterlacingVert(IStiInterlacingVert value)
           
 void setReverseHor(boolean value)
           
 void setReverseVert(boolean value)
           
 void setXAxis(IStiXAxis value)
           
 void setXTopAxis(IStiXAxis value)
           
 void setYAxis(IStiYAxis value)
           
 void setYRightAxis(IStiYAxis value)
           
 
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
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

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)