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






Gets or sets the number of ticks and labels.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public int Count { get; set; }

Visual Basic  Copy Code

Public Property Count As Integer

 Property Value

An integer value specifying the number of ticks.

 Remarks

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

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges Namespace