com.steema.teechart.axis
Interface AxisCalcResolver

All Known Implementing Classes:
AxisCalcAdapter

public interface AxisCalcResolver

Author:
admin

Method Summary
 int AxisCalcPosLabelsEventHandler(Axis axis, int value)
           
 double AxisCalcPosPointDelegate(int value)
           
 int AxisCalcPosValueDelegate(double value)
           
 int AxisCalcXPosValueDelegate(double value)
           
 int AxisCalcYPosValueDelegate(double value)
           
 void AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
           
 double oldCalcPosPointDelegate(int value)
           
 int oldCalcXDelegate(double value)
           
 int oldCalcYDelegate(double value)
           
 

Method Detail

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)