Back to Devexpress

Scale.MinorTickmarkOptions Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scale-3ec5ea59.md

latest1.9 KB
Original Source

Scale.MinorTickmarkOptions Property

Provides access to the options that define the appearance, behavior and location of minor tickmarks within the current scale.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public MinorTickmarkOptions MinorTickmarkOptions { get; set; }
vb
Public Property MinorTickmarkOptions As MinorTickmarkOptions

Property Value

TypeDescription
MinorTickmarkOptions

A MinorTickmarkOptions object that contains settings for minor tickmarks.

|

Remarks

Use the MinorTickmarkOptions property to customize different minor tickmark settings (e.g. the MinorTickmarkOptions.ShowTicksForMajor property to define whether minor tickmarks should be visible in positions of major tickmark).

To change settings of major tickmarks, use the Scale.MajorTickmarkOptions property.

See Also

MajorTickmarkOptions

Scale Class

Scale Members

DevExpress.Xpf.Gauges Namespace