Interface IXyyDataSeriesValues<TX,TY>
Defines the interface to an Xyy DataSeries values, a series containing X, Y and Y1 data-points. See Also: com.scichart.charting.visuals.renderableSeries.XyyRenderableSeriesBase, com.scichart.charting.visuals.renderableSeries.FastBandRenderableSeries
Implements
com.scichart.charting.model.dataSeries.IXyDataSeriesValues<TX,TY>
Namespace:
Assembly: .dll
Syntax
public interface IXyyDataSeriesValues<TX,TY> extends dataSeries.IXyDataSeriesValues<TX,TY>
Type Parameters
| Name | Description |
|---|---|
| TX | |
| TY |
Methods
getY1Values()
Gets the Y1 Values of this series
Declaration
public abstract ISciList<TY> getY1Values()
Returns
| Type | Description |
|---|---|
| ISciList<TY> | The Y1 Values of this series |
Implements
com.scichart.charting.model.dataSeries.IXyDataSeriesValues<TX,TY>