LegendCellCollection.Add(LegendCellType, String, ContentAlignment) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したセルの種類、テキスト、および配置を持つ凡例セルをコレクションの末尾に追加します。
public:
int Add(System::Web::UI::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public int Add (System.Web.UI.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
override this.Add : System.Web.UI.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
cellType
パラメーターの値に応じてセル テキストまたはイメージ名を表す string
値。
- alignment
- ContentAlignment
セルの内容の配置を表す ContentAlignment 値。
戻り値
コレクションに新しく追加された凡例セルのインデックスを表す integer
値。 インデックスの値は、0 から始まります。