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.0.0

Syntax

C#
public virtual int Density { get; set; }
Visual Basic (Declaration)
Public Overridable Property Density As Integer
Visual C++
public:
virtual property int Density {
	int get ();
	void set (int value);
}

Field Value

An int containing the "Density" attribute value.

Remarks

By default, Density = 4.

See Also