CustomLabelsCollection.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 CustomLabel 物件加入至集合。
多載
Add(Double, DateTimeIntervalType) |
將多個型別為 CustomLabel 的 DateTime 物件加入集合中。 將標籤完整填入座標軸的第一個資料列。 |
Add(Double, Double, String) |
使用指定的座標軸範圍和文字,將 CustomLabel 物件加入集合中。 |
Add(Double, DateTimeIntervalType, String) |
將多個 DateTimeCustomLabelsCollection 物件加入至集合中。 使用指定的格式將標籤完整填入座標軸的第一個資料列。 |
Add(Double, Double, String, Int32, LabelMarkStyle) |
使用指定的座標軸範圍、文字、資料列索引和標記樣式,將自訂標籤加入集合中。 |
Add(Double, DateTimeIntervalType, String, Int32, LabelMarkStyle) |
將多個自訂標籤加入至集合。 這些標籤將會是具有指定之間隔類型、文字格式、資料列索引和標記樣式的 DateTime 標籤。 |
Add(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes) |
使用指定的座標軸範圍、文字、資料列索引、標記樣式和方格刻度類型,將自訂標籤加入集合中。 |
Add(Double, DateTimeIntervalType, Double, Double, String, Int32, LabelMarkStyle) |
將多個自訂標籤加入至集合。 這些標籤將會是具有指定之間隔類型的 DateTime 標籤,而且將會針對 |
Add(Double, DateTimeIntervalType)
將多個型別為 CustomLabel 的 DateTime 物件加入集合中。 將標籤完整填入座標軸的第一個資料列。
public:
void Add(double labelsStep, System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType intervalType);
public void Add (double labelsStep, System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType intervalType);
override this.Add : double * System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType -> unit
Public Sub Add (labelsStep As Double, intervalType As DateTimeIntervalType)
參數
- intervalType
- DateTimeIntervalType
決定間隔類型的 DateTimeIntervalType 列舉值。
備註
Add方法會 CustomLabel 針對具有 DateTime 指定類型之標籤的座標軸的整個第一個標籤資料列,建立並初始化物件。
labelsStep
參數會決定要繪製自訂標籤的頻率。
注意
RecalculateAxesScale呼叫這個特定的方法定義之前,必須先呼叫方法。
適用於
Add(Double, Double, String)
使用指定的座標軸範圍和文字,將 CustomLabel 物件加入集合中。
public:
System::Windows::Forms::DataVisualization::Charting::CustomLabel ^ Add(double fromPosition, double toPosition, System::String ^ text);
public System.Windows.Forms.DataVisualization.Charting.CustomLabel Add (double fromPosition, double toPosition, string text);
override this.Add : double * double * string -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Function Add (fromPosition As Double, toPosition As Double, text As String) As CustomLabel
參數
- fromPosition
- Double
標籤所套用之座標軸範圍的最小值。
- toPosition
- Double
標籤所套用之座標軸範圍的最大值。
- text
- String
標籤文字。
傳回
新加入的 CustomLabel 物件。
備註
將一個自訂標籤加入至相關軸的第一個標籤資料列。 未使用標籤標記。
如果在第一個標籤資料列中的任何位置使用自訂標籤,則不會自動為第一個資料列產生標籤。
注意
RecalculateAxesScale呼叫這個特定的方法定義之前,必須先呼叫方法。
適用於
Add(Double, DateTimeIntervalType, String)
將多個 DateTimeCustomLabelsCollection 物件加入至集合中。 使用指定的格式將標籤完整填入座標軸的第一個資料列。
public:
void Add(double labelsStep, System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType intervalType, System::String ^ format);
public void Add (double labelsStep, System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType intervalType, string format);
override this.Add : double * System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType * string -> unit
Public Sub Add (labelsStep As Double, intervalType As DateTimeIntervalType, format As String)
參數
- intervalType
- DateTimeIntervalType
DateTimeIntervalType 列舉值,決定 labelsStep
參數的測量單位。
- format
- String
決定自訂標籤格式的值。
備註
這個方法會 CustomLabel 為軸的整個第一個標籤資料列建立和初始化具有 DateTime 指定類型之標籤的物件。
此步驟會判斷自訂標籤的繪製頻率,也可以指定選擇性的標籤格式。
注意
RecalculateAxesScale呼叫這個特定的方法定義之前,必須先呼叫方法。
適用於
Add(Double, Double, String, Int32, LabelMarkStyle)
使用指定的座標軸範圍、文字、資料列索引和標記樣式,將自訂標籤加入集合中。
public:
System::Windows::Forms::DataVisualization::Charting::CustomLabel ^ Add(double fromPosition, double toPosition, System::String ^ text, int rowIndex, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle);
public System.Windows.Forms.DataVisualization.Charting.CustomLabel Add (double fromPosition, double toPosition, string text, int rowIndex, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle);
override this.Add : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Function Add (fromPosition As Double, toPosition As Double, text As String, rowIndex As Integer, markStyle As LabelMarkStyle) As CustomLabel
參數
- fromPosition
- Double
標籤所套用之軸範圍的最小值。
- toPosition
- Double
標籤所套用之軸範圍的最大值。
- text
- String
標籤文字。
- rowIndex
- Int32
標籤資料列索引。
- markStyle
- LabelMarkStyle
LabelMarkStyle 列舉值,指定標籤的標記樣式。
傳回
新加入的 CustomLabel 物件。
適用於
Add(Double, DateTimeIntervalType, String, Int32, LabelMarkStyle)
將多個自訂標籤加入至集合。 這些標籤將會是具有指定之間隔類型、文字格式、資料列索引和標記樣式的 DateTime 標籤。
public:
void Add(double labelsStep, System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType intervalType, System::String ^ format, int rowIndex, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle);
public void Add (double labelsStep, System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType intervalType, string format, int rowIndex, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle);
override this.Add : double * System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle -> unit
Public Sub Add (labelsStep As Double, intervalType As DateTimeIntervalType, format As String, rowIndex As Integer, markStyle As LabelMarkStyle)
參數
- intervalType
- DateTimeIntervalType
DateTimeIntervalType 列舉值,決定 labelsStep
參數的測量單位。
- format
- String
標籤文字格式。
- rowIndex
- Int32
標籤資料列索引。
- markStyle
- LabelMarkStyle
LabelMarkStyle 列舉值,指定標籤的標記樣式。
適用於
Add(Double, Double, String, Int32, LabelMarkStyle, GridTickTypes)
使用指定的座標軸範圍、文字、資料列索引、標記樣式和方格刻度類型,將自訂標籤加入集合中。
public:
System::Windows::Forms::DataVisualization::Charting::CustomLabel ^ Add(double fromPosition, double toPosition, System::String ^ text, int rowIndex, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle, System::Windows::Forms::DataVisualization::Charting::GridTickTypes gridTick);
public System.Windows.Forms.DataVisualization.Charting.CustomLabel Add (double fromPosition, double toPosition, string text, int rowIndex, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle, System.Windows.Forms.DataVisualization.Charting.GridTickTypes gridTick);
override this.Add : double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle * System.Windows.Forms.DataVisualization.Charting.GridTickTypes -> System.Windows.Forms.DataVisualization.Charting.CustomLabel
Public Function Add (fromPosition As Double, toPosition As Double, text As String, rowIndex As Integer, markStyle As LabelMarkStyle, gridTick As GridTickTypes) As CustomLabel
參數
- fromPosition
- Double
標籤所套用之軸範圍的最小值。
- toPosition
- Double
標籤所套用之軸範圍的最大值。
- text
- String
標籤文字。
- rowIndex
- Int32
標籤資料列索引。
- markStyle
- LabelMarkStyle
LabelMarkStyle 列舉值,指定標籤的標記樣式。
- gridTick
- GridTickTypes
表示標籤之格線刻度類型的 GridTickTypes 列舉值。
傳回
新加入的 CustomLabel 物件。
適用於
Add(Double, DateTimeIntervalType, Double, Double, String, Int32, LabelMarkStyle)
將多個自訂標籤加入至集合。 這些標籤將會是具有指定之間隔類型的 DateTime 標籤,而且將會針對 min
和 max
引數所決定的座標軸範圍而產生。
public:
void Add(double labelsStep, System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType intervalType, double min, double max, System::String ^ format, int rowIndex, System::Windows::Forms::DataVisualization::Charting::LabelMarkStyle markStyle);
public void Add (double labelsStep, System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType intervalType, double min, double max, string format, int rowIndex, System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle markStyle);
override this.Add : double * System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType * double * double * string * int * System.Windows.Forms.DataVisualization.Charting.LabelMarkStyle -> unit
Public Sub Add (labelsStep As Double, intervalType As DateTimeIntervalType, min As Double, max As Double, format As String, rowIndex As Integer, markStyle As LabelMarkStyle)
參數
- intervalType
- DateTimeIntervalType
DateTimeIntervalType 列舉值,決定 labelsStep
參數的測量單位。
- min
- Double
軸範圍的最小值。
- max
- Double
軸範圍的最大值。
- format
- String
標籤文字格式。
- rowIndex
- Int32
標籤資料列索引。
- markStyle
- LabelMarkStyle
LabelMarkStyle 列舉值,指定標籤的標記樣式。