Compartir a través de


Clase ChartDataPointValuesInstance

Represents an instance type of the ChartDataPointValues class and contains the calculated values of the properties in ChartDataPointValues.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValuesInstance

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

Sintaxis

'Declaración
Public NotInheritable Class ChartDataPointValuesInstance _
    Inherits BaseInstance
'Uso
Dim instance As ChartDataPointValuesInstance
public sealed class ChartDataPointValuesInstance : BaseInstance
public ref class ChartDataPointValuesInstance sealed : public BaseInstance
[<SealedAttribute>]
type ChartDataPointValuesInstance =  
    class 
        inherit BaseInstance 
    end
public final class ChartDataPointValuesInstance extends BaseInstance

El tipo ChartDataPointValuesInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CurrencyLanguageSize
Propiedad pública CurrencyLanguageX
Propiedad pública CurrencyLanguageY
Propiedad pública End Gets the calculated value of the End property in a ChartDataPointValues class.
Propiedad pública FormatSize
Propiedad pública FormatX
Propiedad pública FormatY
Propiedad pública High Gets the calculated value of the High property in a ChartDataPointValues class.
Propiedad pública HighlightSize Gets the calculated value of the HighlightSize property in a ChartDataPointValues class.
Propiedad pública HighlightX Gets the calculated value of the HighlightX property in a ChartDataPointValues class.
Propiedad pública HighlightY Gets the calculated value of the HighlightY property in a ChartDataPointValues class.
Propiedad pública Low Gets the calculated value of the Low property in a ChartDataPointValues class.
Propiedad pública Mean Gets the calculated value of the Mean property in a ChartDataPointValues class.
Propiedad pública Median Gets the calculated value of the Median property in a ChartDataPointValues class.
Propiedad pública Size Gets the calculated value of the Size property in a ChartDataPointValues class.
Propiedad pública Start Gets the calculated value of the Start property in a ChartDataPointValues class.
Propiedad pública X Gets the calculated value of the X property in a ChartDataPointValues class.
Propiedad pública Y Gets the calculated value of the Y property in a ChartDataPointValues class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering