Właściwość ChartAxisInstance.AllowLabelRotation
Pobiera wartość obliczoną AllowLabelRotation właściwość w ChartAxis klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property AllowLabelRotation As ChartAxisLabelRotation
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLabelRotation
A ChartAxisLabelRotation wartości reprezentującej obliczonej wartości AllowLabelRotation właściwość.
Zobacz także