Series.YValuesPerPoint 属性

定义

获取或设置 DataPoint 中的 Series 对象最多可拥有的 Y 值数。

public:
 property int YValuesPerPoint { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int YValuesPerPoint { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.YValuesPerPoint : int with get, set
Public Property YValuesPerPoint As Integer

属性值

Int32

允许拥有序列中的数据点的最大 Y 值数。 默认值为 1(一)。

属性

注解

如果添加的 DataPoint 对象的 y 值比此属性指定的值多,将忽略多余的 y 值。

正确显示图表所需的 Y 值数取决于所选的图表类型。

适用于