Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / RadialGauge Class / MinorTickCount Property


    MinorTickCount Property

    Gets or sets the count of MinorTick divisions in the RadialGauge. MinorTicks are divisions in between MiddleTicks and MajorTicks on the RadialGauge. A tick shape will be displayed between each division. To clarify, MinorTicks counts the number of divisions created between MajorTicks and MiddleTicks, not the number of actual tick shapes displayed. To display 1 tick shape, set MinorTickCount to 2. Setting MinorTickCount to 1 will not display any tick shapes between the major ticks and middle ticks.

    Syntax
    'Declaration
     
    Public Property MinorTickCount As Integer
     
    'Usage
     
    Dim instance As RadialGauge
    Dim value As Integer
     
    instance.MinorTickCount = value
     
    value = instance.MinorTickCount

    Property Value

    A number representing the amount of MinorTicks divisions between each MajorTick and MiddleTick.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also