CustomLabel 생성자

정의

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

오버로드

Name Description
CustomLabel()

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

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

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

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

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

CustomLabel()

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

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

설명

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

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

적용 대상

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

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

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)

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

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

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

적용 대상