Share via


CustomLabel.ToPosition 屬性

定義

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

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

屬性值

Double

double 值,表示自訂標籤的結束位置。

屬性

適用於