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


In This Topic
    Title Property (ChartAxis)
    In This Topic
    Gets or sets the axis title.
    Syntax
    'Declaration
     
    
    Public Property Title As String
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    public string Title {get; set;}
    See Also