Partager via


Propriété AllowLabelRotation

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowLabelRotation As ChartAxisLabelRotation
    Get
'Utilisation
Dim instance As ChartAxisInstance
Dim value As ChartAxisLabelRotation

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisLabelRotation
A ChartAxisLabelRotation value that represents the calculated value of the AllowLabelRotation property.