Compartir a través de


Clase ChartDataPointValues

Contains a set of data values for a data point in the chart.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ChartDataPointValues

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartDataPointValues
'Uso
Dim instance As ChartDataPointValues
public sealed class ChartDataPointValues
public ref class ChartDataPointValues sealed
[<SealedAttribute>]
type ChartDataPointValues =  class end
public final class ChartDataPointValues

El tipo ChartDataPointValues expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública End Gets an expression that evaluates to the end/close value for the data point.
Propiedad pública High Gets an expression that evaluates to the high value for 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 Low Gets an expression that evaluates to the low value for the data point.
Propiedad pública Mean Gets an expression that evaluates to the mean value for the data point.
Propiedad pública Median Gets an expression that evaluates to the median value for the data point.
Propiedad pública Size Gets an expression that evaluates to the size value for the data point.
Propiedad pública Start Gets an expression that evaluates to the start/open value for the data point.
Propiedad pública X Gets an expression that evaluates to the X value for the data point.
Propiedad pública Y Gets an expression that evaluates to the Y value for the data point.

Arriba

Métodos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.