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 | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_actionInfo | Infrastructure. |
![]() |
m_columnIndex | Infrastructure. |
![]() |
m_customProperties | Infrastructure. |
![]() |
m_customPropertiesReady | Infrastructure. |
![]() |
m_dataLabel | Infrastructure. |
![]() |
m_dataPointValues | Infrastructure. |
![]() |
m_instance | Infrastructure. |
![]() |
m_marker | Infrastructure. |
![]() |
m_owner | Infrastructure. |
![]() |
m_rowIndex | Infrastructure. |
![]() |
m_style | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions associated with this data point. |
![]() |
AxisLabel | Label to use on the axis for the data point. |
![]() |
CustomProperties | Custom properties for the data point. |
![]() |
DataElementName | The name to use for the data element for this data point. |
![]() |
DataElementOutput | Indicates whether the data point should appear in a data rendering. |
![]() |
DataLabel | Gets the label for the data point. |
![]() |
DataPointValues | Gets the X and Y values of the data point. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
ItemInLegend | Gets legend properties for this data point. |
![]() |
Marker | Gets the marker for this data point. |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
ToolTip | Tool tip to display for the data point |
Top