[C#] | public ThreeDScatterGroup addScatterGroup(double[] xData, double[] yData, double[] zData [, string name [, int symbol [, int symbolSize [, int fillColor [, int edgeColor ]]]]]); |
[VB] | Public Function addScatterGroup(xData As Double(), yData As Double(), zData As Double() [, name As String [, symbol As Integer [, symbolSize As Integer [, fillColor As Integer [, edgeColor As Integer ]]]]]) As ThreeDScatterGroup |