CustomLabel 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스의 새 인스턴스를 CustomLabel 만듭니다.
오버로드
| Name | Description |
|---|---|
| CustomLabel() |
클래스의 새 인스턴스를 CustomLabel 만듭니다. |
| CustomLabel(Double, Double, String, Int32, LabelMarkStyle) |
지정된 , CustomLabel, |
| CustomLabel(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes) |
지정된 , CustomLabel, |
CustomLabel()
클래스의 새 인스턴스를 CustomLabel 만듭니다.
public:
CustomLabel();
public CustomLabel();
Public Sub New ()
설명
이 생성자를 사용하여 클래스의 새 인스턴스를 만들고 초기화할 CustomLabel 수 있습니다.
그러나 클래스의 메서드 중 Add 하나를 사용하여 사용자 지정 레이블을 CustomLabelsCollection 추가하는 것이 좋습니다.
적용 대상
CustomLabel(Double, Double, String, Int32, LabelMarkStyle)
지정된 , CustomLabel, fromPositiontoPosition및 text 매개 변수를 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, fromPositiontoPositiontext및 labelRow 매개 변수를 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
사용자 지정 눈금선 및/또는 눈금 표시 플래그입니다.