Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / LegendTitle Property


In This Topic
    LegendTitle Property
    In This Topic
    Gets or sets the legend title.
    Syntax
    'Declaration
     
    
    Public Property LegendTitle As String
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As String
     
    instance.LegendTitle = value
     
    value = instance.LegendTitle
    public string LegendTitle {get; set;}
    See Also