ChartArea.AlignOrientation Property
Gets a value that indicates in which directions the chart area should be aligned with the target chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AlignOrientation As ReportExpression(Of ChartAlignOrientations)
Get
Set
'Usage
Dim instance As ChartArea
Dim value As ReportExpression(Of ChartAlignOrientations)
value = instance.AlignOrientation
instance.AlignOrientation = value
public ReportExpression<ChartAlignOrientations> AlignOrientation { get; set; }
public:
property ReportExpression<ChartAlignOrientations> AlignOrientation {
ReportExpression<ChartAlignOrientations> get ();
void set (ReportExpression<ChartAlignOrientations> value);
}
member AlignOrientation : ReportExpression<ChartAlignOrientations> with get, set
function get AlignOrientation () : ReportExpression<ChartAlignOrientations>
function set AlignOrientation (value : ReportExpression<ChartAlignOrientations>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAlignOrientations>
A ReportExpression<T> object.