ViewEventArgs.NewPosition 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取视图沿某个轴的新位置。
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始终以轴值的形式度量。