CustomLabel コンストラクター

定義

CustomLabel クラスの新しいインスタンスを作成します。

オーバーロード

CustomLabel()

CustomLabel クラスの新しいインスタンスを作成します。

CustomLabel(Double, Double, String, Int32, LabelMarkStyle)

fromPositiontoPositiontextlabelRow、および markStyle の各パラメーターを指定して、CustomLabel クラスの新しいインスタンスを初期化します。

CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)

fromPositiontoPositiontextlabelRowmarkStyle、および gridTick の各パラメーターを指定して、CustomLabel クラスの新しいインスタンスを初期化します。

CustomLabel()

CustomLabel クラスの新しいインスタンスを作成します。

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

注釈

このコンストラクターを使用して、 クラスの CustomLabel 新しいインスタンスを作成および初期化できます。

ただし、 クラスのいずれかのメソッドを Add 使用してカスタム ラベルを CustomLabelsCollection 追加することをお勧めします。

適用対象

CustomLabel(Double, Double, String, Int32, LabelMarkStyle)

fromPositiontoPositiontextlabelRow、および 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)

fromPositiontoPositiontextlabelRowmarkStyle、および 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

カスタムのグリッド線か目盛りのフラグ、または両方。

適用対象