CustomLabel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CustomLabel クラスの新しいインスタンスを作成します。
オーバーロード
CustomLabel() |
CustomLabel クラスの新しいインスタンスを作成します。 |
CustomLabel(Double, Double, String, Int32, LabelMarkStyle) |
|
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes) |
|
CustomLabel()
CustomLabel クラスの新しいインスタンスを作成します。
public:
CustomLabel();
public CustomLabel ();
Public Sub New ()
注釈
このコンストラクターを使用して、 クラスの CustomLabel 新しいインスタンスを作成および初期化できます。
ただし、 クラスのいずれかのメソッドを Add
使用してカスタム ラベルを CustomLabelsCollection 追加することをお勧めします。
適用対象
CustomLabel(Double, Double, String, Int32, LabelMarkStyle)
fromPosition
、toPosition
、text
、labelRow
、および markStyle
の各パラメーターを指定して、CustomLabel クラスの新しいインスタンスを初期化します。
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Web::UI::DataVisualization::Charting::LabelMarkStyle markStyle);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Web.UI.DataVisualization.Charting.LabelMarkStyle markStyle);
new System.Web.UI.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Web.UI.DataVisualization.Charting.LabelMarkStyle -> System.Web.UI.DataVisualization.Charting.CustomLabel
Public Sub New (fromPosition As Double, toPosition As Double, text As String, labelRow As Integer, markStyle As LabelMarkStyle)
パラメーター
- fromPosition
- Double
ラベルを適用する軸の範囲の先頭。
- toPosition
- Double
ラベルを適用する軸の範囲の末尾。
- text
- String
ラベル テキスト。
- labelRow
- Int32
ラベルの行インデックス。
- markStyle
- LabelMarkStyle
ラベル マークのスタイル
適用対象
CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)
fromPosition
、toPosition
、text
、labelRow
、markStyle
、および gridTick
の各パラメーターを指定して、CustomLabel クラスの新しいインスタンスを初期化します。
public:
CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Web::UI::DataVisualization::Charting::LabelMarkStyle markStyle, System::Web::UI::DataVisualization::Charting::GridTickTypes gridTick);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Web.UI.DataVisualization.Charting.LabelMarkStyle markStyle, System.Web.UI.DataVisualization.Charting.GridTickTypes gridTick);
new System.Web.UI.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Web.UI.DataVisualization.Charting.LabelMarkStyle * System.Web.UI.DataVisualization.Charting.GridTickTypes -> System.Web.UI.DataVisualization.Charting.CustomLabel
Public Sub New (fromPosition As Double, toPosition As Double, text As String, labelRow As Integer, markStyle As LabelMarkStyle, gridTick As GridTickTypes)
パラメーター
- fromPosition
- Double
ラベルを適用する軸の範囲の先頭。
- toPosition
- Double
ラベルを適用する軸の範囲の末尾。
- text
- String
ラベル テキスト。
- labelRow
- Int32
ラベルの行インデックス。
- markStyle
- LabelMarkStyle
ラベル マークのスタイル
- gridTick
- GridTickTypes
カスタムのグリッド線か目盛りのフラグ、または両方。
適用対象
.NET