Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TickmarkOptions Class

Serves as a base for classes that contain appearance and behavior options for tickmarks.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public abstract class TickmarkOptions :
    GaugeDependencyObject

#Remarks

The options provided by a TickmarkOptions instance can be accessed via the Scale.MajorTickmarkOptions and Scale.MinorTickmarkOptions properties of a Scale object.

To learn more on tickmarks, refer to the Tickmarks (Circular Scale) and Tickmarks (Linear Scale) documents.

See Also