TX
- The type of the X-DataTY
- The type of the Y-DataTZ
- The type of the Z-Datapublic interface IDataSeries3D<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>,TZ extends java.lang.Comparable<TZ>>
extends com.scichart.charting.model.dataSeries.IDataSeriesCore
IRenderableSeries3D
Modifier and Type | Method and Description |
---|---|
com.scichart.charting.utility.IReadWriteLock |
getLock()
Gets a synchronization object used to lock this data-series.
|
com.scichart.data.numerics.math.IMath<TX> |
getXMath()
Gets the
IMath instance for operations with X-Data |
com.scichart.data.model.IRange<TX> |
getXRange()
Gets the total extents of the
IDataSeries in the X direction. |
com.scichart.data.numerics.math.IMath<TY> |
getYMath()
Gets the
IMath instance for operations with Y-Data |
com.scichart.data.model.IRange<TY> |
getYRange()
Gets the total extents of the
IDataSeries in the Y direction. |
com.scichart.data.numerics.math.IMath<TZ> |
getZMath()
Gets the
IMath instance for operations with Z-Data |
com.scichart.data.model.IRange<TZ> |
getZRange()
Gets the total extents of the
IDataSeries in the Z direction. |
com.scichart.data.model.IRange<TX> getXRange()
IDataSeries
in the X direction.com.scichart.data.model.IRange<TY> getYRange()
IDataSeries
in the Y direction.com.scichart.data.model.IRange<TZ> getZRange()
IDataSeries
in the Z direction.com.scichart.charting.utility.IReadWriteLock getLock()
com.scichart.data.numerics.math.IMath<TX> getXMath()
IMath
instance for operations with X-Datacom.scichart.data.numerics.math.IMath<TY> getYMath()
IMath
instance for operations with Y-Datacom.scichart.data.numerics.math.IMath<TZ> getZMath()
IMath
instance for operations with Z-Data