InterfaceILabelFormatter
Interface
Defines the contract for formatting labels in chart elements.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public interface ILabelFormatter
Properties
ConvertionContext
Gets the context object that provides additional information for the conversion process.
Declaration
cs-api-definition
object ConvertionContext { get; }
Property Value
The context object used during conversion.
Methods
FormatValue(object)
Formats the specified value into a string representation.