The ChartDataPoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo |
Gets the ActionInfo object defining actions associated with this data point.
|
![]() |
AxisLabel |
Gets or sets the label to use on the axis for the data point.
|
![]() |
CustomProperties |
Gets the ChartDataPointCustomProperties object defining
custom properties for the data point.
|
![]() |
DataElementName |
Gets or sets the name to use for the data element for this member.
Must be a CLS-compliant identifier.
|
![]() |
DataElementOutput |
Gets or sets a value indicating whether the member should appear in a data rendering.
|
![]() |
ItemInLegend |
Gets the ChartItemInLegend defining how the data point
appears when displayed in a legend (when Series.Type = Shape).
|
![]() |
Label |
Gets the ChartDataLabel object defining data labels.
|
![]() |
Marker |
Gets the ChartMarker object defining appearance of the data point marker.
|
![]() |
Style |
Gets the Style object defining style properties for the data point.
|
![]() |
ToolTip |
Gets or sets the tooltip to display for the data point.
|
![]() |
Values |
Gets the ChartDataPointValues object defining data values for the point.
|