menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartFontSizeConverter - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved