Back to Devexpress

RadialScale.CustomizeTickmarkLabel Event

maui-devexpress-dot-maui-dot-gauges-dot-radialscale-53ea2c17.md

latest2.0 KB
Original Source

RadialScale.CustomizeTickmarkLabel Event

Fires before labels of the RadialScale‘s tickmarks are displayed.

Namespace : DevExpress.Maui.Gauges

Assembly : DevExpress.Maui.Gauges.dll

NuGet Package : DevExpress.Maui.Gauges

Declaration

csharp
public event EventHandler<CustomizeTickmarkLabelEventArgs> CustomizeTickmarkLabel

Event Data

The CustomizeTickmarkLabel event's data class is CustomizeTickmarkLabelEventArgs. The following properties provide information specific to this event:

PropertyDescription
FontAttributesGets or sets whether the font used to display the custom tickmark text is bold, italic, or unmodified.
FontFamilyGets or sets the custom tickmark text font family.
FontSizeGets or sets the custom tickmark text font size.
LabelGets or sets the custom tickmark’s text value.
LabelColorGets or sets the custom tickmark text color.
LabelOffsetGets or sets the custom tickmark text offset.
ValueGets the radial gauge’s value that is associated with the custom tickmark.

See Also

RadialScale Class

RadialScale Members

DevExpress.Maui.Gauges Namespace