Legend.CustomItems 属性

定义

获取用于自定义图例项的 LegendItemsCollection 对象。

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

属性值

LegendItemsCollection 对象。

属性

注解

此集合属性可用于添加、删除或修改自定义图例项。

自定义图例项与默认图例项不同,没有关联的序列或数据点。

若要修改图例项,请使用 CustomizeLegend 事件。

适用于