Gets or sets the value between adjacent ticks and labels. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public double Step { get; set; } |
Visual Basic Copy Code |
---|
Public Property Step As Double |
A positive double value.
This property is mutually exclusive with the Count property. If both are specified the Step property will take precedence.