Click or drag to resize
AbstractChartNodeDensity Property
Specifies the number of minor tick marks in the interval between major tick marks.

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

Property Value

Type: Int32
An int containing the "Density" attribute value.
Remarks
By default, Density = 4.
See Also