Поделиться через


Свойство ChartAxis.AllowLabelRotation

Gets a value that indicates the step by which axis labels can be incrementally rotated to fit within the chart.

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

Синтаксис

'Декларация
Public ReadOnly Property AllowLabelRotation As ReportEnumProperty(Of ChartAxisLabelRotation)
    Get
'Применение
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartAxisLabelRotation)

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLabelRotation>
A ReportEnumProperty<EnumType> object.

См. также

Справочник

ChartAxis Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering