TX
- The type of X-DataTY
- The type of Y-DataTZ
- The type of Z-Datapublic interface IXyzDataSeries3DValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IDataSeries3D<TX,TY,TZ>
Modifier and Type | Method and Description |
---|---|
void |
toXyzDoubleValues(com.scichart.core.model.DoubleValues xValues,
com.scichart.core.model.DoubleValues yValues,
com.scichart.core.model.DoubleValues zValues)
Updates specified values with values provided by this
IXyzDataSeries3DValues instance |
void toXyzDoubleValues(com.scichart.core.model.DoubleValues xValues, com.scichart.core.model.DoubleValues yValues, com.scichart.core.model.DoubleValues zValues)
IXyzDataSeries3DValues
instancexValues
- The xValues to setyValues
- The yValues to setzValues
- The zValues to set