The ChartDataLabel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChartDataLabel |
Initializes a new instance of the ChartDataPointValues class.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Copies properties from another ChartDataLabel to the current object.
|
Properties
Name | Description | |
---|---|---|
ActionInfo |
Gets the ActionInfo object
defining actions associated with this data label.
|
|
Label |
Gets or sets the label for the data point.
Not used if UseValueAsLabel is True |
|
Position |
Gets or sets the position of the label.
Default: Auto. |
|
Rotation |
Gets or sets the angle of rotation of the label text.
Default: 0. |
|
Style |
Gets the Style object defining style properties for the labels.
If specified, this style overrides Series styles. |
|
ToolTip |
Gets or sets the tooltip to display for the data label.
|
|
UseValueAsLabel |
Gets or sets a value indicating the Y value of the data point should be used as the label.
Default: False. |
|
Visible |
Gets or sets a value indicating whether the data label is displayed on the chart.
Default: False. |