Skip to main content

LinearScaleMarker Class

A linear scale marker.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

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.

See Also