LegendCell コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LegendCell クラスの新しいインスタンスを初期化します。
オーバーロード
LegendCell() |
LegendCell クラスの新しいインスタンスを初期化します。 |
LegendCell(String) |
セル テキストまたはイメージ名を指定する |
LegendCell(LegendCellType, String) |
指定されたセルの種類と、セル テキストまたはイメージ名を指定する |
LegendCell(LegendCellType, String, ContentAlignment) |
指定されたセルの種類、コンテンツの配置、およびセル テキストまたはイメージ名を指定する |
LegendCell()
LegendCell(String)
セル テキストまたはイメージ名を指定する text
パラメーターを使用して LegendCell クラスの新しいインスタンスを初期化します。
public:
LegendCell(System::String ^ text);
public LegendCell (string text);
new System.Web.UI.DataVisualization.Charting.LegendCell : string -> System.Web.UI.DataVisualization.Charting.LegendCell
Public Sub New (text As String)
パラメーター
- text
- String
セルの種類に応じてセル テキストまたはイメージ名を表す string
値。
適用対象
LegendCell(LegendCellType, String)
指定されたセルの種類と、セル テキストまたはイメージ名を指定する text
パラメーターを使用して、LegendCell クラスの新しいインスタンスを初期化します。
public:
LegendCell(System::Web::UI::DataVisualization::Charting::LegendCellType cellType, System::String ^ text);
public LegendCell (System.Web.UI.DataVisualization.Charting.LegendCellType cellType, string text);
new System.Web.UI.DataVisualization.Charting.LegendCell : System.Web.UI.DataVisualization.Charting.LegendCellType * string -> System.Web.UI.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::Web::UI::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public LegendCell (System.Web.UI.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
new System.Web.UI.DataVisualization.Charting.LegendCell : System.Web.UI.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> System.Web.UI.DataVisualization.Charting.LegendCell
Public Sub New (cellType As LegendCellType, text As String, alignment As ContentAlignment)
パラメーター
- cellType
- LegendCellType
使用する凡例セルの種類を表す LegendCellType 値。
- text
- String
セルの種類に応じてセル テキストまたはイメージ名を表す string
値。
- alignment
- ContentAlignment
凡例セルのコンテンツの配置を表す ContentAlignment 値。