共用方式為


CustomLabel.FromPosition 屬性

定義

取得或設定自訂標籤的開始位置 (以軸座標為單位)。

public:
 property double FromPosition { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisLabelDateValueConverter))]
public double FromPosition { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisLabelDateValueConverter))>]
member this.FromPosition : double with get, set
Public Property FromPosition As Double

屬性值

Double

double 值,表示要套用標籤的座標軸範圍起點。

屬性

備註

FromPosition屬性會決定套用標籤之軸範圍的開始位置。

和屬性值之間的差異, ToPosition FromPosition 會決定將顯示標籤文字的位置。 例如,假設 X 軸的尺規範圍從1到5, (1,2,3,4,5) 。 若要在第二個點下顯示自訂標籤,您可以將 ToPosition 屬性設定為1.5,並將 FromPosition 屬性設定為2.5。

如果 XValueType -或 YValueType (取決於 [有問題的軸])設定為 DateTime 值,則這個 FromPosition 屬性會顯示為設計工具中的 DateTime 值。

這個屬性不應該設定為與屬性相同的值 ToPosition

適用於