次の方法で共有


ChartAxisInstance.LabelInterval プロパティ

ChartAxis クラスの LabelInterval プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property LabelInterval As Double 
    Get
'使用
Dim instance As ChartAxisInstance 
Dim value As Double 

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

プロパティ値

型: System.Double
LabelInterval プロパティの計算値を表す double 値。

関連項目

参照

ChartAxisInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間