LegendCellColumn.Legend Propriedade
Definição
Obtém a legenda à qual essa coluna de célula de legenda pertence.Gets the legend in which this legend cell column belongs.
public:
virtual property System::Windows::Forms::DataVisualization::Charting::Legend ^ Legend { System::Windows::Forms::DataVisualization::Charting::Legend ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.DataVisualization.Charting.Legend Legend { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Legend : System.Windows.Forms.DataVisualization.Charting.Legend
Public Overridable ReadOnly Property Legend As Legend
Valor da propriedade
Um Legend objeto que representa a legenda à qual esta coluna de célula de legenda pertence.A Legend object that represents the legend which this legend cell column belongs to.
- Atributos