[]
Initializes a new instance of the DataPoint class.
public DataPoint()
Initializes a new instance of the DataPoint class.
public DataPoint(int yValuesCount)
| Type | Name | Description |
|---|---|---|
| int | yValuesCount |
Initializes a new instance of the DataPoint class.
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty)
| Type | Name | Description |
|---|---|---|
| object | xValue | |
| DoubleArray | yValues | |
| bool | isEmpty |
Initializes a new instance of the DataPoint class.
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, bool displayInLegend, string legendText)
| Type | Name | Description |
|---|---|---|
| object | xValue | |
| DoubleArray | yValues | |
| bool | isEmpty | |
| bool | displayInLegend | |
| string | legendText |
Initializes a new instance of the DataPoint class.
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, CustomProperties properties)
| Type | Name | Description |
|---|---|---|
| object | xValue | |
| DoubleArray | yValues | |
| bool | isEmpty | |
| CustomProperties | properties |
Initializes a new instance of the DataPoint class.
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, CustomProperties properties, bool displayInLegend, string legendText)
| Type | Name | Description |
|---|---|---|
| object | xValue | |
| DoubleArray | yValues | |
| bool | isEmpty | |
| CustomProperties | properties | |
| bool | displayInLegend | |
| string | legendText |
For internal use only.
public DataPoint(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public DataPoint(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |