LegendCellCollection.Add(LegendCellType, String, ContentAlignment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将具有指定单元类型、文本和对齐方式的图例单元添加到集合的末尾。
public:
int Add(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public int Add (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
override this.Add : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> int
Public Function Add (cellType As LegendCellType, text As String, alignment As ContentAlignment) As Integer
参数
- cellType
- LegendCellType
一个 LegendCellType 值,该值表示单元类型。
- text
- String
一个 string
值,该值表示单元格文本或其图像名称,具体取决于 cellType
参数的值。
- alignment
- ContentAlignment
一个 ContentAlignment 值,表示单元内容的对齐方式。
返回
一个 integer
值,表示集合中新添加的图例单元的索引。 索引是从零开始的。