ILNumerics Ultimate VS

TickCollectionReplace Method (IEnumerableSingle)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public void Replace(
	IEnumerable<float> ticks
)

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

Reference