ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Replace all existing ticks with a collection of new ticks; does not change current tick Mode
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- ticks
- Type: System.Collections.GenericIEnumerableSingle
collection of position values
Remarks
Every item in ticks creates a new tick object with the value of the item as position for the new tick.
Tick labels are automatically created by transforming the position value into a string. Therefore, the LabelTransformFunc function is used (which by default references DefaultLabelTransformFunc).
In order to control the label text creation process, set the LabelTransformFunc to a custom function.
[ILNumerics Visualization Engine]
See Also