共用方式為


DataPointCollection.InsertXY(Int32, Object, Object[]) 方法

定義

插入具有指定之 X 值與一個或多個指定之 Y 值的資料點。

public:
 void InsertXY(int index, System::Object ^ xValue, ... cli::array <System::Object ^> ^ yValue);
public void InsertXY (int index, object xValue, params object[] yValue);
member this.InsertXY : int * obj * obj[] -> unit
Public Sub InsertXY (index As Integer, xValue As Object, ParamArray yValue As Object())

參數

index
Int32

索引,在此之後將插入資料點。

xValue
Object

資料點的 X 值。

yValue
Object[]

資料點之 Y 值的逗號分隔清單。

適用於