Partilhar via


Propriedade do RDL ChartAxis.AllowLabelRotation

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AllowLabelRotation As ReportEnumProperty(Of ChartAxisLabelRotation)
    Get
'Uso
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>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLabelRotation>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering