ChartArea.AlignOrientation Property

Definition

Gets a value that indicates in which directions the chart area should be aligned with the target chart area.

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

Property Value

A ReportExpression<T> object.

Applies to