DataPoint.YValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料點的 Y 值。
public:
property cli::array <double> ^ YValues { cli::array <double> ^ get(); void set(cli::array <double> ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleArrayConverter))]
public double[] YValues { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleArrayConverter))>]
member this.YValues : double[] with get, set
Public Property YValues As Double()
屬性值
- Double[]
double
值陣列,表示資料點的 Y 值。
- 屬性
備註
屬性 YValues 是用來設定資料點的 Y 值。
泡泡圖、泡泡圖和股票圖以外的所有圖表類型只需要一個 Y 值。 這些圖表類型需要多個 Y 值,因為一個資料點是由多個值所組成。 例如,若要繪製一個股票圖直條圖,需要四個值:高、低、開啟和關閉值。
屬性 YValues 會在用來擷取 Y 值時傳回值的陣列 double
。
重要
屬性 YValuesPerPoint 會決定 中 Series 所有資料點可以擁有的最大 Y 值數目。 如果您指定超過允許的 Y 值數目,將會引發例外狀況。