MindFusion.Wpf Pack Programmer's Guide
TickSettings.Step Property
See Also
 





Gets or sets the value between adjacent ticks and labels. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double Step { get; set; }

Visual Basic  Copy Code

Public Property Step As Double

 Property Value

A positive double value.

 Remarks

This property is mutually exclusive with the Count property. If both are specified the Step property will take precedence.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges.Wpf Namespace
Count Property