Condividi tramite


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

Il tipo ChartDataPoint espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Campi

  Nome Descrizione
Campo protetto m_actionInfo Infrastruttura.
Campo protetto m_columnIndex Infrastruttura.
Campo protetto m_customProperties Infrastruttura.
Campo protetto m_customPropertiesReady Infrastruttura.
Campo protetto m_dataLabel Infrastruttura.
Campo protetto m_dataPointValues Infrastruttura.
Campo protetto m_instance Infrastruttura.
Campo protetto m_marker Infrastruttura.
Campo protetto m_owner Infrastruttura.
Campo protetto m_rowIndex Infrastruttura.
Campo protetto m_style Infrastruttura.

In alto

Proprietà

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

In alto