Class XyRenderPassData
Defines SeriesRenderPassData, the data used in a single render pass by com.scichart.charting.visuals.renderableSeries.XyRenderableSeriesBase
Inheritance
XyRenderPassData
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class XyRenderPassData extends renderableSeriesXSeriesRenderPassData
Constructors
XyRenderPassData()
Declaration
public XyRenderPassData()
Fields
yCoords
Declaration
public final FloatValues yCoords
Field Value
| Type | Description |
|---|---|
| FloatValues |
yValues
Declaration
public final DoubleValues yValues
Field Value
| Type | Description |
|---|---|
| DoubleValues |
Methods
clear()
Declaration
public void clear()
Overrides
dispose()
Declaration
public void dispose()
Overrides
updateCoords(int size)
Updates pixels coordinates stored in this render pass data
Declaration
protected void updateCoords(int size)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size |