ILNumerics Ultimate VS

TickCollectionAdd Method (Single, Label)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Add a new tick to the tick collection by providing position and a label instance

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Tick Add(
	float position,
	Label label
)

Parameters

position
Type: SystemSingle
tick position
label
Type: ILNumerics.DrawingLabel
label object to be used for rendering the tick label

Return Value

Type: Tick
newly created tick object
Remarks

[ILNumerics Visualization Engine]

See Also

Reference