ChartArea.AlignOrientation 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property AlignOrientation As ReportExpression(Of ChartAlignOrientations)
    Get 
    Set
用法
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>)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAlignOrientations>
A ReportExpression<T> object.

请参阅

参考

ChartArea 类

Microsoft.ReportingServices.RdlObjectModel 命名空间