Свойство ChartAxisInstance.LabelIntervalType
Gets the calculated value of the LabelIntervalType property in a ChartAxis class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property LabelIntervalType As ChartIntervalType
Get
'Применение
Dim instance As ChartAxisInstance
Dim value As ChartIntervalType
value = instance.LabelIntervalType
public ChartIntervalType LabelIntervalType { get; }
public:
property ChartIntervalType LabelIntervalType {
ChartIntervalType get ();
}
member LabelIntervalType : ChartIntervalType
function get LabelIntervalType () : ChartIntervalType
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
A ChartIntervalType value that represents the calculated value of the LabelIntervalType property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering