Gets or sets the number of ticks and labels.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public int Count { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Count As Integer |
An integer value specifying the number of ticks.
RemarksThis property is mutually exclusive with the Step property. If both are specified the Step property will take precedence.
See Also