DataPointCustomProperties.IsVisibleInLegend Property

Definition

Gets or sets a flag that indicates whether the item is shown in the legend.

public:
 property bool IsVisibleInLegend { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsVisibleInLegend { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsVisibleInLegend : bool with get, set
Public Property IsVisibleInLegend As Boolean

Property Value

true if the item is shown in the legend; otherwise, false.

Attributes

Applies to