[]
Represents the set of properties for a data point.
[TypeConverter(typeof(DataPoint.Converter))]
public sealed class DataPoint : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| 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. |
| 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 . 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. |
| Name | Description |
|---|---|
| Clone() | Clones this instance. |