ChartDataPoint 成員
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).
ChartDataPoint 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
頂端
欄位
名稱 | 描述 | |
---|---|---|
![]() |
m_actionInfo | 基礎結構。 |
![]() |
m_columnIndex | 基礎結構。 |
![]() |
m_customProperties | 基礎結構。 |
![]() |
m_customPropertiesReady | 基礎結構。 |
![]() |
m_dataLabel | 基礎結構。 |
![]() |
m_dataPointValues | 基礎結構。 |
![]() |
m_instance | 基礎結構。 |
![]() |
m_marker | 基礎結構。 |
![]() |
m_owner | 基礎結構。 |
![]() |
m_rowIndex | 基礎結構。 |
![]() |
m_style | 基礎結構。 |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
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 |
頂端