LegendCellCollection.Add(LegendCellType, String, ContentAlignment) 方法

定义

将具有指定单元类型、文本和对齐方式的图例单元添加到集合的末尾。

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 值,表示集合中新添加的图例单元的索引。 索引是从零开始的。

适用于