Gets or sets the number of ticks and labels.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public int Count { get; set; } |
Visual Basic Copy Code |
---|
Public Property Count As Integer |
An integer value specifying the number of ticks.
This property is mutually exclusive with the Step property. If both are specified the Step property will take precedence.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |