Charting for WinForms Programmer's Guide
TickSettings.Step Property
See Also
 






Gets or sets the value between adjacent ticks and labels.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float Step { get; set; }

Visual Basic  Copy Code

Public Property Step As Single

 Property Value

A positive float 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 Namespace