Compartir a través de


PivotX Propiedad

X position of the pivot point, as a percent of the gauge width.

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

Sintaxis

'Declaración
Public ReadOnly Property PivotX As ReportDoubleProperty
    Get
'Uso
Dim instance As RadialGauge
Dim value As ReportDoubleProperty

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