[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPoint.-ctor

DataPoint Constructor

DataPoint()

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint()

DataPoint(int)

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint(int yValuesCount)
Parameters
Type Name Description
int yValuesCount

DataPoint(object, DoubleArray, bool)

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty)
Parameters
Type Name Description
object xValue
DoubleArray yValues
bool isEmpty

DataPoint(object, DoubleArray, bool, bool, string)

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, bool displayInLegend, string legendText)
Parameters
Type Name Description
object xValue
DoubleArray yValues
bool isEmpty
bool displayInLegend
string legendText

DataPoint(object, DoubleArray, bool, CustomProperties)

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, CustomProperties properties)
Parameters
Type Name Description
object xValue
DoubleArray yValues
bool isEmpty
CustomProperties properties

DataPoint(object, DoubleArray, bool, CustomProperties, bool, string)

Initializes a new instance of the DataPoint class.

Declaration
public DataPoint(object xValue, DoubleArray yValues, bool isEmpty, CustomProperties properties, bool displayInLegend, string legendText)
Parameters
Type Name Description
object xValue
DoubleArray yValues
bool isEmpty
CustomProperties properties
bool displayInLegend
string legendText

DataPoint(string)

For internal use only.

Declaration
public DataPoint(string xml)
Parameters
Type Name Description
string xml

DataPoint(string, GraphXmlSerializationContext)

For internal use only.

Declaration
public DataPoint(string xml, GraphXmlSerializationContext context)
Parameters
Type Name Description
string xml
GraphXmlSerializationContext context