Свойство LabelIntervalOffset

Gets the offset for the first label from the axis min.

Пространство имен:  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