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

LinearScaleMarker Class

A linear scale marker.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public class LinearScaleMarker :
    LinearScaleIndicator

The following members return LinearScaleMarker objects:

Remarks

A marker is used to indicate an invariable value of a linear scale. An instance of a linear scale marker is represented by the LinearScaleMarker object. It can be accessed as an item of the LinearScaleMarkerCollection object returned by the LinearScale.Markers property.

For more information on markers, refer to the Marker document.

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also