Свойство LabelIntervalOffset

Gets the calculated value of the LabelIntervalOffset property in a ChartAxis class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property LabelIntervalOffset As Double
    Get
'Применение
Dim instance As ChartAxisInstance
Dim value As Double

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

Значение свойства

Тип: System. . :: . .Double
A double value that represents the calculated value of the LabelIntervalOffset property.