Uses of Class
com.steema.teechart.axis.NextAxisLabelValue

Packages that use NextAxisLabelValue
com.steema.teechart.axis   
com.steema.teechart.tools   
 

Uses of NextAxisLabelValue in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis that return NextAxisLabelValue
 NextAxisLabelValue AxisLabelResolver.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 NextAxisLabelValue AxisLabelAdapter.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextAxisLabel)
           
 

Methods in com.steema.teechart.axis with parameters of type NextAxisLabelValue
 NextAxisLabelValue AxisLabelResolver.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 NextAxisLabelValue AxisLabelAdapter.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextAxisLabel)
           
 

Uses of NextAxisLabelValue in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return NextAxisLabelValue
 NextAxisLabelValue AxisBreaksTool.axisCalcMaxLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 

Methods in com.steema.teechart.tools with parameters of type NextAxisLabelValue
 NextAxisLabelValue AxisBreaksTool.axisCalcMaxLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)