Class LabelFormatterBase<T>
Inheritance
System.Object
LabelFormatterBase<T>
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class LabelFormatterBase<T> : Object, ILabelFormatter
Type Parameters
T
|
Constructors
LabelFormatterBase()
Declaration
protected LabelFormatterBase()
Properties
ConvertionContext
Declaration
public virtual object ConvertionContext { get; }
Property Value
System.Object
|
Implements
ValueType
Declaration
public Type ValueType { get; }
Property Value
System.Type
|
Implements
Methods
FormatTypedValue(T)
Declaration
public abstract string FormatTypedValue(T value)
Parameters
T
value
|
Returns
System.String
|
FormatValue(Object)
Declaration
public string FormatValue(object value)
Parameters
System.Object
value
|
Returns
System.String
|