Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public MinorTickmarkOptions MinorTickmarkOptions { get; set; }

Property Value

Type Description
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MinorTickmarkOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also