ChartAxis.AllowLabelRotation Propiedad

Definición

Obtiene o establece un valor que indica el paso mediante el cual se pueden girar de forma incremental las etiquetas del eje a fin de ajustarse al gráfico.

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)

Valor de propiedad

Un objeto ReportExpression<T>.

Se aplica a