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