'Declaration Public Property ShowPointsInLegend As Boolean
'Usage Dim instance As Series Dim value As Boolean instance.ShowPointsInLegend = value value = instance.ShowPointsInLegend
public bool ShowPointsInLegend {get; set;}
Property Value
true if DataPoints from this Series are displayed in the legend; false otherwise. By default, false.