TX
- The type of the X-DataTY
- The type of the Y-DataTZ
- The type of the Z-Datapublic interface IGridDataSeries3DValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>> extends IDataSeries3D<TX,TY,TZ>
IRenderableSeries3D
Modifier and Type | Method and Description |
---|---|
int |
getXSize()
Gets the size of 3D grid in X direction
|
TX |
getXValueAt(int xIndex)
Gets the X value for specified xIndex
|
com.scichart.data.model.IDoubleValuesProvider |
getXValues()
Gets the X Values of this series
|
TY |
getYValueAt(int xIndex,
int zIndex)
Gets the Y value for specified xIndex and zIndex
|
com.scichart.data.model.IDoubleValuesProvider |
getYValues()
Gets the Y Values of this series
|
int |
getZSize()
Gets the size of 3D grid in Z direction
|
TZ |
getZValueAt(int zIndex)
Gets the Z value for specified zIndex
|
com.scichart.data.model.IDoubleValuesProvider |
getZValues()
Gets the Z Values of this series
|
com.scichart.data.model.IDoubleValuesProvider getXValues()
com.scichart.data.model.IDoubleValuesProvider getYValues()
com.scichart.data.model.IDoubleValuesProvider getZValues()
TX getXValueAt(int xIndex)
xIndex
- The xIndex to get X value forTZ getZValueAt(int zIndex)
zIndex
- The zIndex to get Z value forTY getYValueAt(int xIndex, int zIndex)
xIndex
- The xIndex to get Y value forzIndex
- The zIndex to get Y value forint getXSize()
int getZSize()