다음을 통해 공유


Legend.CellColumns 속성

정의

범례의 셀 열 컬렉션을 포함하는 LegendCellColumnCollection 개체를 가져옵니다.

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

속성 값

LegendCellColumnCollection

범례의 셀 열 컬렉션을 포함하는 LegendCellColumnCollection 개체입니다.

적용 대상