AxisScaleView.Position 属性
定义
获取或设置缩放视图的位置。Gets or sets the position of the scale view.
public:
property double Position { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleDateNanValueConverter))]
public double Position { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleDateNanValueConverter))>]
member this.Position : double with get, set
Public Property Position As Double
属性值
一个 double 值,该值表示缩放视图的位置。A double that represents the position of the scale view.-
- 属性