[]
The DataLabel element defines the data labels to display on the data values in the chart.
public sealed class DataLabel : IValidateable
| Name | Description |
|---|---|
| DataLabel() | Initializes a new instance of the DataLabel class. |
| Name | Description |
|---|---|
| Position | Gets or sets the position of the label. |
| Rotation | Gets or sets the angle of rotation of the label text. |
| Style | Gets or sets the text, border and background style properties for the labels. |
| Value | Gets or sets the expression to use for the value labels. |
| Visible | Gets or sets a value indicating whether the data label is displayed on the chart. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the information in each property of the DataLabel object. |