Share via


ChartDataPoint Members

Include Protected Members
Include Inherited Members

Represents a data point for the chart. A data point can consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).

The ChartDataPoint type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_actionInfo Infrastructure.
Protected field m_columnIndex Infrastructure.
Protected field m_customProperties Infrastructure.
Protected field m_customPropertiesReady Infrastructure.
Protected field m_dataLabel Infrastructure.
Protected field m_dataPointValues Infrastructure.
Protected field m_instance Infrastructure.
Protected field m_marker Infrastructure.
Protected field m_owner Infrastructure.
Protected field m_rowIndex Infrastructure.
Protected field m_style Infrastructure.

Top

Properties

  Name Description
Public property ActionInfo Actions associated with this data point.
Public property AxisLabel Label to use on the axis for the data point.
Public property CustomProperties Custom properties for the data point.
Public property DataElementName The name to use for the data element for this data point.
Public property DataElementOutput Indicates whether the data point should appear in a data rendering.
Public property DataLabel Gets the label for the data point.
Public property DataPointValues Gets the X and Y values of the data point.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property ItemInLegend Gets legend properties for this data point.
Public property Marker Gets the marker for this data point.
Public property Style Gets the style properties of this report definition object.
Public property ToolTip Tool tip to display for the data point

Top