LinearScaleMarkerCollection Class
A collection that stores the markers of a particular linear scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
public class LinearScaleMarkerCollection :
LinearScaleIndicatorCollection<LinearScaleMarker>
Related API Members
The following members return LinearScaleMarkerCollection objects:
Remarks
Each linear scale can hold a collection of markers returned by the LinearScale.Markers property and represented by the LinearScaleMarkerCollection class. Each collection item is an instance of the LinearScaleMarker class and can be accessed via the Item[] property of a LinearScaleMarkerCollection object.
For more information on markers, refer to the Marker (Linear Scale) document.
Inheritance
See Also