Chart.Legends 属性

定义

获取或设置LegendCollection, 其存储所有用于 Legend 控件的 Chart 对象。

public:
 property System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ Legends { System::Windows::Forms::DataVisualization::Charting::LegendCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.LegendCollection Legends { get; }
member this.Legends : System.Windows.Forms.DataVisualization.Charting.LegendCollection
Public ReadOnly Property Legends As LegendCollection

属性值

LegendCollection

一个包含由图表使用的 LegendCollection 对象的 Legend 对象。

注解

此集合属性存储控件使用Chart的所有Legend对象。

适用于