Click or drag to resize
Axis1DSetTicks Method
Sets the "Ticks" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetTicks(
	double[] ticks
)

Parameters

ticks
Type: SystemDouble
A double[] which contains the location, in user coordinates, of the major tick marks.
See Also