MindFusion.Charting for Silverlight 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.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 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.Silverlight Namespace
Count Property