Właściwość ChartAxis.AllowLabelRotation
Pobiera wartość wskazująca krok, przez które oś etykiety stopniowo obracać się do dopasowanie w obrębie wykresu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property AllowLabelRotation As ReportEnumProperty(Of ChartAxisLabelRotation)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLabelRotation>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także