다음을 통해 공유


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

맨 위로 이동