[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPoint

DataPoint Class

Represents the set of properties for a data point.

Inheritance
DataPoint
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(DataPoint.Converter))]
public sealed class DataPoint : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
DataPoint()

Initializes a new instance of the DataPoint class.

DataPoint(int)

Initializes a new instance of the DataPoint class.

DataPoint(object, DoubleArray, bool)

Initializes a new instance of the DataPoint class.

DataPoint(object, DoubleArray, bool, CustomProperties)

Initializes a new instance of the DataPoint class.

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

Initializes a new instance of the DataPoint class.

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

Initializes a new instance of the DataPoint class.

DataPoint(string)

For internal use only.

DataPoint(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Backdrop

Gets or sets the backdrop.

BorderLine

Gets or sets the border line.

DisplayInLegend

Gets or sets a value indicating whether data point should be reflected in legend.

IsDirty

This member overrides

Item.IsDirty
. Always false.
IsEmpty

Gets or sets a value indicating whether this instance is empty.

LegendText

Gets or sets the legend text.

Line

Gets or sets the line.

Marker

Gets or sets the marker.

Properties

Gets or sets the properties fo data point.

Tooltip

Gets or sets the tooltip.

XValue

Gets or sets the X value.

YValues

Gets or sets the Y values.

Methods

Name Description
Clone()

Clones this instance.