The ChartDataPoint type exposes the following members.

Constructors

  Name Description
Public method ChartDataPoint
Initializes a new instance of the ChartDataPointValues class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartDataPoint to the current object.

Properties

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

See Also