Search
BaseScale.MinorTickSettings Property
See Also
 






Gets or sets the settings for the minor ticks and their associated labels.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public MinorTickSettings MinorTickSettings { get; set; }

Visual Basic  Copy Code

Public Property MinorTickSettings As MinorTickSettings

 Property Value

An instance of the MinorTickSettings class.

 See Also