Scale.CustomElements Property
Provides access to a collection of custom elements contained in the current Circular Scale or Linear Scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
ScaleCustomElementCollection | A ScaleCustomElementCollection object that contains scale custom elements. |
Remarks
Use the CustomElements property to add or remove custom elements from the current scale, as well as to customize different settings of individual custom elements. A single custom element is an instance of the ScaleCustomElement class and can be accessed via the Item[] property of a ScaleCustomElementCollection object.
See Also