ILNumerics Ultimate VS

BarPlotSetTick Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Sets custom tick label by ID.

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void SetTick(
	int ID,
	string tickLabel
)

Parameters

ID
Type: SystemInt32
Scalar value, defines an indentifier of tick on working axes.
tickLabel
Type: SystemString
Label text string.
Remarks

Method allows to set a custom tick label on working axis.

[ILNumerics Drawing2 Toolbox]

See Also

Reference