RadialGauge.PivotY Property

Definition

Y position of the pivot point, as a percent of the gauge height.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> PivotY { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> PivotY { get; set; }
member this.PivotY : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property PivotY As ReportExpression(Of Double)

Property Value

A ReportExpression<T> object.

Applies to