dbicGauge Send comments on this topic.
MinorTicks Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : MinorTicks Property

Gets or sets the number of minor tick lines to draw between the MajorTicks of the primary gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MinorTicks As Integer
C# 
public virtual int MinorTicks {get; set;}

Property Value

Integer

Remarks

The MajorTicks property will need a minimum value of 2, before the minor tick lines will be drawn.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also