Class PropertyNameDataPointBindingConverter
A class that converts string objects to PropertyNameDataPointBinding instances.
Inheritance
System.Object
PropertyNameDataPointBindingConverter
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class PropertyNameDataPointBindingConverter : TypeConverter
Constructors
PropertyNameDataPointBindingConverter()
Declaration
public PropertyNameDataPointBindingConverter()
Methods
CanConvertFrom(Type)
Returns a Boolean value that indicates whether an object of sourceType can be converted to a PropertyNameDataPointBinding instance.
Declaration
public override bool CanConvertFrom(Type sourceType)
Parameters
System.Type
sourceType
|
Returns
System.Boolean
|
ConvertFromInvariantString(String)
Converts a string object to a PropertyNameDataPointBinding instance.
Declaration
public override object ConvertFromInvariantString(string value)
Parameters
System.String
value
|
Returns
System.Object
|