Series.YValuesPerPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property int YValuesPerPoint { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int YValuesPerPoint { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.YValuesPerPoint : int with get, set
Public Property YValuesPerPoint As Integer
屬性值
integer
值,表示允許數列中資料點可以擁有之 Y 值的數量上限。 預設值為一 (1)。
- 屬性
備註
如果您新增的物件 DataPoint 具有比這個屬性指定的更多 Y 值,則會忽略多餘的 Y 值。
正確顯示圖表所需的 Y 值數目取決於選取的圖表類型。