Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / Format Property


In This Topic
    Format Property (ChartAxis)
    In This Topic
    Gets or set formatting string for axis labels.
    Syntax
    'Declaration
     
    
    Public Property Format As String
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    public string Format {get; set;}
    See Also