Click or drag to resize
AbstractChartNodeNumber Property
Specifies the number of tick marks along an axis.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Number { get; set; }

Property Value

Type: Int32
An int which contains the "Number" attribute value.
Remarks
By default, Number = 0.
See Also