Back to Devexpress

Scale.ShowMinorTickmarks Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scale-3665d90e.md

latest2.9 KB
Original Source

Scale.ShowMinorTickmarks Property

Gets or sets whether the minor tickmarks should be visible on a scale or not.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public DefaultBoolean ShowMinorTickmarks { get; set; }
vb
Public Property ShowMinorTickmarks As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value that specifies the visibility of minor tickmarks on a scale.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Set the ShowMinorTickmarks property value to either DefaultBoolean.True or DefaultBoolean.False to control the visibility of minor tickmarks on a Circular or Linear scale.

Note that by default, the ShowMinorTickmarks property is set to DefaultBoolean.Default. This means that the visibility of minor tickmarks is defined by the current model of a gauge control, set by the CircularGaugeControl.Model or LinearGaugeControl.Model properties.

The table below illustrates the property behavior.

ShowMinorTickmarks = TrueShowMinorTickmarks = False

For more information on minor tickmarks, refer to the tickmarks (Circular scale) and tickmarks (Linear scale) documents.

See Also

ShowMajorTickmarks

ShowTicksForMajor

Scale Class

Scale Members

DevExpress.Xpf.Gauges Namespace