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