public interface AxisCalcResolver
Modifier and Type | Method and Description |
---|---|
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) |
void AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
int AxisCalcPosLabelsEventHandler(Axis axis, int value)
int AxisCalcPosValueDelegate(double value)
int AxisCalcXPosValueDelegate(double value)
int AxisCalcYPosValueDelegate(double value)
double AxisCalcPosPointDelegate(int value)
int oldCalcXDelegate(double value)
int oldCalcYDelegate(double value)
double oldCalcPosPointDelegate(int value)