Gets or sets the value between adjacent ticks and labels.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float Step { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Step As Single |
A positive float value.
RemarksThis property is mutually exclusive with the Count property. If both are specified the Step property will take precedence.
See Also