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 이벤트입니다.

적용 대상