Scale.CustomLabelTemplateSelector Property
In This Article
Gets or sets an object that chooses a cell template based on custom logic.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public DataTemplateSelector CustomLabelTemplateSelector { get; set; }
#Property Value
Type | Description |
---|---|
Data |
An object that chooses a cell template based on custom logic. |
See Also