DataPointCollection.InsertY(Int32, 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 one or more specified Y values.
public:
void InsertY(int index, ... cli::array <System::Object ^> ^ yValue);
public void InsertY (int index, params object[] yValue);
member this.InsertY : int * obj[] -> unit
Public Sub InsertY (index As Integer, ParamArray yValue As Object())
Parameters
- index
- Int32
The index after which the data point will be inserted.
- yValue
- Object[]
A comma-separated list of Y values of the data point.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.