LegendItem.Legend Property

Definition

Gets or sets the Legend object associated with this legend item.

public:
 property System::Windows::Forms::DataVisualization::Charting::Legend ^ Legend { System::Windows::Forms::DataVisualization::Charting::Legend ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataVisualization.Charting.Legend Legend { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Legend : System.Windows.Forms.DataVisualization.Charting.Legend
Public ReadOnly Property Legend As Legend

Property Value

A Legend object associated with this legend item.

Attributes

Applies to