Compartir a través de


ChartDataPoint Miembros

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).

El tipo ChartDataPoint expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_actionInfo Infraestructura.
Campo protegido m_columnIndex Infraestructura.
Campo protegido m_customProperties Infraestructura.
Campo protegido m_customPropertiesReady Infraestructura.
Campo protegido m_dataLabel Infraestructura.
Campo protegido m_dataPointValues Infraestructura.
Campo protegido m_instance Infraestructura.
Campo protegido m_marker Infraestructura.
Campo protegido m_owner Infraestructura.
Campo protegido m_rowIndex Infraestructura.
Campo protegido m_style Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions associated with this data point.
Propiedad pública AxisLabel Label to use on the axis for the data point.
Propiedad pública CustomProperties Custom properties for the data point.
Propiedad pública DataElementName The name to use for the data element for this data point.
Propiedad pública DataElementOutput Indicates whether the data point should appear in a data rendering.
Propiedad pública DataLabel Gets the label for the data point.
Propiedad pública DataPointValues Gets the X and Y values of the data point.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública ItemInLegend Gets legend properties for this data point.
Propiedad pública Marker Gets the marker for this data point.
Propiedad pública Style Gets the style properties of this report definition object.
Propiedad pública ToolTip Tool tip to display for the data point

Principio