次の方法で共有


ChartAxis.LabelIntervalOffset プロパティ

軸の最小値から最初のラベルまでのオフセットを取得します。

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

構文

'宣言
Public ReadOnly Property LabelIntervalOffset As ReportDoubleProperty 
    Get
'使用
Dim instance As ChartAxis 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間