Class ChartFontSizeConverter
This class is used to convert a string into a font size according to the specified NamedSize for chart labels.
Inheritance
System.Object
ChartFontSizeConverter
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartFontSizeConverter : TypeConverter
Constructors
ChartFontSizeConverter()
Declaration
public ChartFontSizeConverter()
Methods
ConvertFromInvariantString(String)
Convert invariant string to font size.
Declaration
public override object ConvertFromInvariantString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | input value. |
Returns
Type | Description |
---|---|
System.Object | font size. |