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

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

Uses of AxisLabelValueEventArgs in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis with parameters of type AxisLabelValueEventArgs
 void AxisCalcResolver.AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
           
 void AxisCalcAdapter.AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
           
 void AxisCalcAdapter.AxisLabelValueDelegate(java.lang.Object sender, AxisLabelValueEventArgs e)
           
 void Axis.checkNextLabelValue(Axis axis, AxisLabelValueEventArgs e)
           
 

Uses of AxisLabelValueEventArgs in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools with parameters of type AxisLabelValueEventArgs
 void AxisBreaksTool.checkNextLabelValue(Axis axis, AxisLabelValueEventArgs e)