LegendCellCollection.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したセルの種類、テキスト、および配置を持つ凡例セルをコレクション内の指定した位置に挿入します。
public:
void Insert(int index, System::Web::UI::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public void Insert (int index, System.Web.UI.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
override this.Insert : int * System.Web.UI.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> unit
Public Sub Insert (index As Integer, cellType As LegendCellType, text As String, alignment As ContentAlignment)
パラメーター
- index
- Int32
オブジェクトを挿入する位置のインデックス。
- cellType
- LegendCellType
セルの種類を表す LegendCellType 値。
- text
- String
cellType
パラメーターの値に応じてセル テキストまたはイメージ名を表す string
値。
- alignment
- ContentAlignment
凡例セルの内容の配置を表す ContentAlignment 列挙値。