DataPointCollection.InsertXY(Int32, Object, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a data point with the specified X value and one or more specified Y values.
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())
Parameters
- index
- Int32
The index at which the data point will be inserted.
- xValue
- Object
The X value of the data point.
- yValue
- Object[]
A comma-separated list of Y values of the data point.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.