public class Point2DSeries
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Modifier and Type | Field and Description |
---|---|
com.scichart.core.model.IntegerValues |
indices |
com.scichart.core.model.DoubleValues |
xValues |
com.scichart.core.model.DoubleValues |
yValues |
Constructor and Description |
---|
Point2DSeries()
Creates a new instance of
Point2DSeries . |
Point2DSeries(com.scichart.core.model.DoubleValues xValues,
com.scichart.core.model.DoubleValues yValues,
com.scichart.core.model.IntegerValues indices)
Creates a new instance of
Point2DSeries . |
Point2DSeries(int size)
Creates a new instance of
Point2DSeries . |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
disposeItems()
Disposes memory allocated by point series.
|
DoubleRange |
getYRange()
Gets the y range for this point series.
|
void |
setSize(int size)
Sets size for this point series instance.
|
int |
size()
Gets the current size of this point series instance.
|
public final com.scichart.core.model.DoubleValues xValues
public final com.scichart.core.model.DoubleValues yValues
public final com.scichart.core.model.IntegerValues indices
public Point2DSeries(com.scichart.core.model.DoubleValues xValues, com.scichart.core.model.DoubleValues yValues, com.scichart.core.model.IntegerValues indices)
Point2DSeries
.xValues
- The collection of x values.yValues
- The collection of y values.indices
- The collection of indices.public Point2DSeries(int size)
Point2DSeries
.size
- The initial capacity of this Point2DSeries
instance.public Point2DSeries()
Point2DSeries
.public void setSize(int size)
size
- The new size.public int size()
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
public void disposeItems()
public DoubleRange getYRange()