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