次の方法で共有


LegendCell コンストラクター

定義

LegendCell クラスの新しいインスタンスを初期化します。

オーバーロード

LegendCell()

LegendCell クラスの新しいインスタンスを初期化します。

LegendCell(String)

セル テキストまたはイメージ名を指定する text パラメーターを使用して LegendCell クラスの新しいインスタンスを初期化します。

LegendCell(LegendCellType, String)

指定されたセルの種類と、セル テキストまたはイメージ名を指定する text パラメーターを使用して、LegendCell クラスの新しいインスタンスを初期化します。

LegendCell(LegendCellType, String, ContentAlignment)

指定されたセルの種類、コンテンツの配置、およびセル テキストまたはイメージ名を指定する text パラメーターを使用して、LegendCell クラスの新しいインスタンスを初期化します。

LegendCell()

LegendCell クラスの新しいインスタンスを初期化します。

public:
 LegendCell();
public LegendCell ();
Public Sub New ()

適用対象

LegendCell(String)

セル テキストまたはイメージ名を指定する text パラメーターを使用して LegendCell クラスの新しいインスタンスを初期化します。

public:
 LegendCell(System::String ^ text);
public LegendCell (string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : string -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (text As String)

パラメーター

text
String

セルの種類に応じてセル テキストまたはイメージ名を表す string 値。

適用対象

LegendCell(LegendCellType, String)

指定されたセルの種類と、セル テキストまたはイメージ名を指定する text パラメーターを使用して、LegendCell クラスの新しいインスタンスを初期化します。

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String)

パラメーター

cellType
LegendCellType

使用する凡例セルの種類を表す LegendCellType 値。

text
String

セルの種類に応じてセル テキストまたはイメージ名を表す文字列値。

適用対象

LegendCell(LegendCellType, String, ContentAlignment)

指定されたセルの種類、コンテンツの配置、およびセル テキストまたはイメージ名を指定する text パラメーターを使用して、LegendCell クラスの新しいインスタンスを初期化します。

public:
 LegendCell(System::Windows::Forms::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCell (System.Windows.Forms.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
new System.Windows.Forms.DataVisualization.Charting.LegendCell : System.Windows.Forms.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> System.Windows.Forms.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String, alignment As ContentAlignment)

パラメーター

cellType
LegendCellType

使用する凡例セルの種類を表す LegendCellType 値。

text
String

セルの種類に応じてセル テキストまたはイメージ名を表す string 値。

alignment
ContentAlignment

凡例セルのコンテンツの配置を表す ContentAlignment 値。

適用対象