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.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property AllowLabelRotation As ReportExpression(Of ChartLabelRotationTypes)
Get
Set
'Użycie
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartLabelRotationTypes)
value = instance.AllowLabelRotation
instance.AllowLabelRotation = value
public ReportExpression<ChartLabelRotationTypes> AllowLabelRotation { get; set; }
public:
property ReportExpression<ChartLabelRotationTypes> AllowLabelRotation {
ReportExpression<ChartLabelRotationTypes> get ();
void set (ReportExpression<ChartLabelRotationTypes> value);
}
member AllowLabelRotation : ReportExpression<ChartLabelRotationTypes> with get, set
function get AllowLabelRotation () : ReportExpression<ChartLabelRotationTypes>
function set AllowLabelRotation (value : ReportExpression<ChartLabelRotationTypes>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLabelRotationTypes>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLabelRotationTypes>] obiektu.