Share via


CustomLabel 생성자

정의

CustomLabel 클래스의 새 인스턴스를 만듭니다.

오버로드

CustomLabel()

CustomLabel 클래스의 새 인스턴스를 만듭니다.

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

지정된 fromPosition, toPosition, text, labelRowmarkStyle 매개 변수를 사용하여 CustomLabel 클래스의 새 인스턴스를 초기화합니다.

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

지정된 fromPosition, toPosition, text, labelRow, markStylegridTick 매개 변수를 사용하여 CustomLabel 클래스의 새 인스턴스를 초기화합니다.

CustomLabel()

CustomLabel 클래스의 새 인스턴스를 만듭니다.

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

설명

이 생성자를 사용 하 여 만들고의 새 인스턴스를 초기화 하 수는 CustomLabel 클래스입니다.

그러나 것이 좋습니다 중 하나를 사용 합니다 Add 에서 메서드를 CustomLabelsCollection 사용자 지정 레이블을 추가 하는 클래스.

적용 대상

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

지정된 fromPosition, toPosition, text, labelRowmarkStyle 매개 변수를 사용하여 CustomLabel 클래스의 새 인스턴스를 초기화합니다.

public:
 CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle);
new System.Windows.Forms.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle -> System.Windows.Forms.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, markStylegridTick 매개 변수를 사용하여 CustomLabel 클래스의 새 인스턴스를 초기화합니다.

public:
 CustomLabel(double fromPosition, double toPosition, System::String ^ text, int labelRow, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle, System::Windows::Forms::DataVisualization::Charting::GridTickTypes gridTick);
public CustomLabel (double fromPosition, double toPosition, string text, int labelRow, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle, System.Windows.Forms.DataVisualization.Charting.GridTickTypes gridTick);
new System.Windows.Forms.DataVisualization.Charting.CustomLabel : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle * System.Windows.Forms.DataVisualization.Charting.GridTickTypes -> System.Windows.Forms.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

사용자 지정 모눈선 및/또는 눈금 플래그입니다.

적용 대상