Compartir a través de


RadialGaugeInstance.PivotX Propiedad

Gets the calculated value of the PivotX property in a RadialGauge class.

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

Sintaxis

'Declaración
Public ReadOnly Property PivotX As Double 
    Get
'Uso
Dim instance As RadialGaugeInstance 
Dim value As Double 

value = instance.PivotX
public double PivotX { get; }
public:
property double PivotX {
    double get ();
}
member PivotX : float
function get PivotX () : double

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the PivotX property.

Vea también

Referencia

RadialGaugeInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering