Interface ILabelFormatter
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public interface ILabelFormatter
Properties
ConvertionContext
Declaration
object ConvertionContext { get; }
Property Value
System.Object
|
ValueType
Declaration
Type ValueType { get; }
Property Value
System.Type
|
Methods
FormatValue(Object)
Declaration
string FormatValue(object value)
Parameters
System.Object
value
|
Returns
System.String
|