共用方式為


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

頂端