Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartStyle Class / FontSize Property


In This Topic
    FontSize Property (ChartStyle)
    In This Topic
    Gets or sets the font size.
    Syntax
    'Declaration
     
    
    Public Property FontSize As Double
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Double
     
    instance.FontSize = value
     
    value = instance.FontSize
    public double FontSize {get; set;}
    See Also