Uses of Interface
com.stimulsoft.report.chart.interfaces.axis.IStiXAxis

Packages that use IStiXAxis
com.stimulsoft.report.chart.geoms.axis   
com.stimulsoft.report.chart.geoms.axis.scrollBars   
com.stimulsoft.report.chart.interfaces.areas   
com.stimulsoft.report.chart.interfaces.axis   
com.stimulsoft.report.chart.view.areas   
com.stimulsoft.report.chart.view.axis   
 

Uses of IStiXAxis in com.stimulsoft.report.chart.geoms.axis
 

Methods in com.stimulsoft.report.chart.geoms.axis that return IStiXAxis
 IStiXAxis StiXAxisGeom.getAxis()
           
 

Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type IStiXAxis
StiXAxisGeom(IStiXAxis axis, StiRectangle clientRectangle, boolean isCenterAxis)
           
StiXAxisViewGeom(IStiXAxis axis, StiRectangle clientRectangle, boolean isCenterAxis)
           
 

Uses of IStiXAxis in com.stimulsoft.report.chart.geoms.axis.scrollBars
 

Methods in com.stimulsoft.report.chart.geoms.axis.scrollBars that return IStiXAxis
 IStiXAxis StiRightButtonGeom.getAxis()
           
 IStiXAxis StiLeftButtonGeom.getAxis()
           
 IStiXAxis StiHorzTrackBarGeom.getAxis()
           
 IStiXAxis StiHorzScrollBarGeom.getAxis()
           
 

Constructors in com.stimulsoft.report.chart.geoms.axis.scrollBars with parameters of type IStiXAxis
StiHorzScrollBarGeom(IStiXAxis axis, StiRectangle clientRectangle)
           
StiHorzTrackBarGeom(IStiXAxis axis, StiRectangle clientRectangle, StiHorzScrollBarGeom scrollBar)
           
StiLeftButtonGeom(IStiXAxis axis, StiRectangle clientRectangle)
           
StiRightButtonGeom(IStiXAxis axis, StiRectangle clientRectangle)
           
 

Uses of IStiXAxis in com.stimulsoft.report.chart.interfaces.areas
 

Methods in com.stimulsoft.report.chart.interfaces.areas that return IStiXAxis
 IStiXAxis IStiAxisArea.getXAxis()
           
 IStiXAxis IStiAxisArea.getXTopAxis()
           
 

Methods in com.stimulsoft.report.chart.interfaces.areas with parameters of type IStiXAxis
 void IStiAxisArea.setXAxis(IStiXAxis value)
           
 void IStiAxisArea.setXTopAxis(IStiXAxis value)
           
 

Uses of IStiXAxis in com.stimulsoft.report.chart.interfaces.axis
 

Subinterfaces of IStiXAxis in com.stimulsoft.report.chart.interfaces.axis
 interface IStiXBottomAxis
           
 interface IStiXTopAxis
           
 

Uses of IStiXAxis in com.stimulsoft.report.chart.view.areas
 

Methods in com.stimulsoft.report.chart.view.areas that return IStiXAxis
 IStiXAxis StiAxisArea.getXAxis()
          Gets or sets settings of XAxis.
 IStiXAxis StiAxisArea.getXTopAxis()
          Gets or sets settings of XTopAxis.
 

Methods in com.stimulsoft.report.chart.view.areas with parameters of type IStiXAxis
 void StiAxisArea.setXAxis(IStiXAxis value)
           
 void StiAxisArea.setXTopAxis(IStiXAxis value)
           
 

Uses of IStiXAxis in com.stimulsoft.report.chart.view.axis
 

Classes in com.stimulsoft.report.chart.view.axis that implement IStiXAxis
 class StiXAxis
           
 class StiXBottomAxis
           
 class StiXTopAxis