CustomizeTickmarkLabelEventArgs.Label Property
Gets or sets the custom tickmark’s text value.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
String | The custom tickmark’s text value. |
See Also