ViewEventArgs.NewPosition 属性

定义

获取视图沿某个轴的新位置。

public:
 property double NewPosition { double get(); void set(double value); };
public double NewPosition { get; set; }
member this.NewPosition : double with get, set
Public Property NewPosition As Double

属性值

一个 double 值,该值表示视图沿某个轴的位置,分别为垂直视图的底部位置或者水平视图的左侧位置。

注解

此属性在根Chart对象的 和 AxisViewChanging 事件中AxisViewChanged公开,表示视图的新位置。

属性 NewPosition 可以在 事件中 AxisViewChanging 设置为新值,但不能设置为事件的新值 AxisViewChanged ,因为在这种情况下已创建视图。

NewPosition始终以轴值的形式度量。

适用于