'Declaration <Foundation.ExportAttribute("LegendTitle")> <BrowsableAttribute(True)> Public Property LegendTitle As String
'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
'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;}
ChartBase Class ChartBase Members