ChartAxis.AllowLabelRotation Property

Definition

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

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartLabelRotationTypes> AllowLabelRotation { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartLabelRotationTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartLabelRotationTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartLabelRotationTypes> AllowLabelRotation { get; set; }
member this.AllowLabelRotation : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartLabelRotationTypes> with get, set
Public Property AllowLabelRotation As ReportExpression(Of ChartLabelRotationTypes)

Property Value

A ReportExpression<T> object.

Applies to