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

Packages that use IStiYAxis
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 IStiYAxis in com.stimulsoft.report.chart.geoms.axis
 

Methods in com.stimulsoft.report.chart.geoms.axis that return IStiYAxis
 IStiYAxis StiYAxisGeom.getAxis()
           
 

Constructors in com.stimulsoft.report.chart.geoms.axis with parameters of type IStiYAxis
StiYAxisGeom(IStiYAxis axis, StiRectangle clientRectangle, boolean isCenterAxis)
           
StiYAxisViewGeom(IStiYAxis axis, StiRectangle clientRectangle, boolean isCenterAxis)
           
 

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

Methods in com.stimulsoft.report.chart.geoms.axis.scrollBars that return IStiYAxis
 IStiYAxis StiVertTrackBarGeom.getAxis()
           
 IStiYAxis StiVertScrollBarGeom.getAxis()
           
 IStiYAxis StiUpButtonGeom.getAxis()
           
 IStiYAxis StiDownButtonGeom.getAxis()
           
 

Constructors in com.stimulsoft.report.chart.geoms.axis.scrollBars with parameters of type IStiYAxis
StiDownButtonGeom(IStiYAxis axis, StiRectangle clientRectangle)
           
StiUpButtonGeom(IStiYAxis axis, StiRectangle clientRectangle)
           
StiVertScrollBarGeom(IStiYAxis axis, StiRectangle clientRectangle)
           
StiVertTrackBarGeom(IStiYAxis axis, StiRectangle clientRectangle, StiVertScrollBarGeom scrollBar)
           
 

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

Methods in com.stimulsoft.report.chart.interfaces.areas that return IStiYAxis
 IStiYAxis IStiAxisArea.getYAxis()
           
 IStiYAxis IStiAxisArea.getYRightAxis()
           
 

Methods in com.stimulsoft.report.chart.interfaces.areas with parameters of type IStiYAxis
 void IStiAxisArea.setYAxis(IStiYAxis value)
           
 void IStiAxisArea.setYRightAxis(IStiYAxis value)
           
 

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

Subinterfaces of IStiYAxis in com.stimulsoft.report.chart.interfaces.axis
 interface IStiYLeftAxis
           
 interface IStiYRightAxis
           
 

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

Methods in com.stimulsoft.report.chart.view.areas that return IStiYAxis
 IStiYAxis StiAxisArea.getYAxis()
          Gets or sets settings of YAxis.
 IStiYAxis StiAxisArea.getYRightAxis()
          Gets or sets settings of YRightAxis.
 

Methods in com.stimulsoft.report.chart.view.areas with parameters of type IStiYAxis
 void StiAxisArea.setYAxis(IStiYAxis value)
           
 void StiAxisArea.setYRightAxis(IStiYAxis value)
           
 

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

Classes in com.stimulsoft.report.chart.view.axis that implement IStiYAxis
 class StiYAxis
           
 class StiYLeftAxis
           
 class StiYRightAxis