com.steema.teechart.axis
Interface AxisCalcResolver
- All Known Implementing Classes:
- AxisCalcAdapter
public interface AxisCalcResolver
- Author:
- admin
AxisLabelValueDelegate
void AxisLabelValueDelegate(Axis axis,
AxisLabelValueEventArgs e)
AxisCalcPosLabelsEventHandler
int AxisCalcPosLabelsEventHandler(Axis axis,
int value)
AxisCalcPosValueDelegate
int AxisCalcPosValueDelegate(double value)
AxisCalcXPosValueDelegate
int AxisCalcXPosValueDelegate(double value)
AxisCalcYPosValueDelegate
int AxisCalcYPosValueDelegate(double value)
AxisCalcPosPointDelegate
double AxisCalcPosPointDelegate(int value)
oldCalcXDelegate
int oldCalcXDelegate(double value)
oldCalcYDelegate
int oldCalcYDelegate(double value)
oldCalcPosPointDelegate
double oldCalcPosPointDelegate(int value)