ILabelFormatter
Interface
Defines the contract for formatting labels in chart elements.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public interface ILabelFormatter
Derived Classes:
Properties
Gets the context object that provides additional information for the conversion process.
C#
object ConvertionContext { get; }
The context object used during conversion.