com.steema.teechart.axis
Class AxisCalcAdapter
java.lang.Object
com.steema.teechart.axis.AxisCalcAdapter
- All Implemented Interfaces:
- AxisCalcResolver
public class AxisCalcAdapter
- extends java.lang.Object
- implements AxisCalcResolver
- Author:
- admin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisCalcAdapter
public AxisCalcAdapter()
AxisLabelValueDelegate
public void AxisLabelValueDelegate(java.lang.Object sender,
AxisLabelValueEventArgs e)
AxisCalcPosLabelsEventHandler
public int AxisCalcPosLabelsEventHandler(Axis axis,
int value)
- Specified by:
AxisCalcPosLabelsEventHandler
in interface AxisCalcResolver
AxisCalcPosValueDelegate
public int AxisCalcPosValueDelegate(double value)
- Specified by:
AxisCalcPosValueDelegate
in interface AxisCalcResolver
AxisCalcPosPointDelegate
public double AxisCalcPosPointDelegate(int value)
- Specified by:
AxisCalcPosPointDelegate
in interface AxisCalcResolver
AxisCalcXPosValueDelegate
public int AxisCalcXPosValueDelegate(double value)
- Specified by:
AxisCalcXPosValueDelegate
in interface AxisCalcResolver
AxisCalcYPosValueDelegate
public int AxisCalcYPosValueDelegate(double value)
- Specified by:
AxisCalcYPosValueDelegate
in interface AxisCalcResolver
oldCalcXDelegate
public int oldCalcXDelegate(double value)
- Specified by:
oldCalcXDelegate
in interface AxisCalcResolver
oldCalcYDelegate
public int oldCalcYDelegate(double value)
- Specified by:
oldCalcYDelegate
in interface AxisCalcResolver
oldCalcPosPointDelegate
public double oldCalcPosPointDelegate(int value)
- Specified by:
oldCalcPosPointDelegate
in interface AxisCalcResolver
AxisLabelValueDelegate
public void AxisLabelValueDelegate(Axis axis,
AxisLabelValueEventArgs e)
- Specified by:
AxisLabelValueDelegate
in interface AxisCalcResolver