Uses of Interface
com.steema.teechart.axis.AxisCalcResolver

Packages that use AxisCalcResolver
com.steema.teechart.axis   
 

Uses of AxisCalcResolver in com.steema.teechart.axis
 

Classes in com.steema.teechart.axis that implement AxisCalcResolver
 class AxisCalcAdapter
           
 

Fields in com.steema.teechart.axis declared as AxisCalcResolver
protected  AxisCalcResolver Axis.axisCalcResolver
           
 

Methods in com.steema.teechart.axis that return AxisCalcResolver
 AxisCalcResolver Axis.getAxisCalcResolver()
           
 

Methods in com.steema.teechart.axis with parameters of type AxisCalcResolver
 void Axis.setAxisCalcResolver(AxisCalcResolver resolver)