Legend.CellColumns 属性
定义
获取包含图例单元格列的集合的 LegendCellColumnCollection 对象。Gets the LegendCellColumnCollection object that contains the collection of cell columns for a legend.
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 对象。A LegendCellColumnCollection object that contains the collection of cell columns for a legend.