AbstractChartNodeDensity Property |
Specifies the number of minor tick marks in the interval between
major tick marks.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Density { get; set; }
Public Overridable Property Density As Integer
Get
Set
public:
virtual property int Density {
int get ();
void set (int value);
}
abstract Density : int with get, set
override Density : int with get, set
Property Value
Type:
Int32
An
int containing the "Density" attribute value.
Remarks
By default, Density = 4.
See Also