RadialGaugeInstance.PivotY プロパティ
RadialGauge クラスの PivotY プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property PivotY As Double
Get
'使用
Dim instance As RadialGaugeInstance
Dim value As Double
value = instance.PivotY
public double PivotY { get; }
public:
property double PivotY {
double get ();
}
member PivotY : float
function get PivotY () : double
プロパティ値
型: System.Double
PivotY プロパティの計算値を表す double 値。