Interface IXDataSeriesValues<TX,TY>
Defines the interface to an X DataSeries values, a series containing X data-points.
Implements
com.scichart.charting.model.dataSeries.IDataSeries<TX,TY>
Namespace:
Assembly: .dll
Syntax
public interface IXDataSeriesValues<TX,TY> extends dataSeries.IDataSeries<TX,TY>
Type Parameters
| Name | Description |
|---|---|
| TX | |
| TY |
Methods
getXValues()
Gets the X Values of this series
Declaration
public abstract ISciList<TX> getXValues()
Returns
| Type | Description |
|---|---|
| ISciList<TX> | The X Values of this series |
Implements
com.scichart.charting.model.dataSeries.IDataSeries<TX,TY>