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


In This Topic
    LegendTitle Property
    In This Topic
    Gets or sets the legend title.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("LegendTitle")>
    <BrowsableAttribute(True)>
    Public Property LegendTitle As String
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As String
     
    instance.LegendTitle = value
     
    value = instance.LegendTitle
    [Foundation.Export("LegendTitle")]
    [Browsable(true)]
    public string LegendTitle {get; set;}
    See Also