ChartAxis.LabelIntervalOffsetType 属性

Gets the units for the LabelIntervalOffset.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelIntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
    Get
用法
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartIntervalType)

value = instance.LabelIntervalOffsetType
public ReportEnumProperty<ChartIntervalType> LabelIntervalOffsetType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalOffsetType {
    ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalOffsetType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalOffsetType () : ReportEnumProperty<ChartIntervalType>