ChartAxis.AllowLabelRotation 属性

定义

获取或设置一个值,该值指示为适应图表大小而以递增方式旋转轴标签时所采用的步幅。

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)

属性值

ReportExpression<T> 对象。

适用于