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 |
맨 위로 이동