ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
.
Function used to control the creation of tick labels from position values. Default: DefaultLabelTransformFunc
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Field Value
Type: FuncInt32, Single, StringRemarks
The Func defines the following input parameters:
Index (int) - the index of the tick within the collection of all visible ticks; 0-based indexingThe position value (float) - number used to position the tick along the axis scaleThe function returns a string which is directly used to display the tick.
In order to control the creation of tick labels and/or to implement custom tick filters, one may assign custom (anonymous) functions to
LabelTransformFunc
See Also