다음을 통해 공유


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>