[]
The DataPoint element defines a set of data for a single point in the chart. There must be a corresponding DataPoint for each static category in a static series. A DataPoint may consist of a single value expression (for example in a bar or line chart) or multiple value expressions (for example in a stock or bubble chart).
public sealed class DataPoint : IValidateable
| Name | Description |
|---|---|
| DataPoint() | Initializes a new instance of the DataPoint class. |
| Name | Description |
|---|---|
| Action | Gets or sets the action to execute. |
| DataElementName | Gets or sets the name to use for the data element for the data point. |
| DataElementOutput | Gets or sets a value defining how or whether a data point appears in a data rendering. |
| DataLabel | Gets or sets the data label with which to mark the value. |
| DataValues | Gets the data value set for the Y axis. |
| Marker | Gets or sets the marker properties. |
| ShowBeginEndMarkersOnly | Specify whether the first and last markers for the data point are displayed. Otherwise, all markers are displayed. |
| Style | Gets or sets the border and background style properties for the data point. |
| ToolTip | Gets or sets expression of tooltip. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the information in each property of the DataPoint object. |