共用方式為


AlignOrientation 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property AlignOrientation As ReportEnumProperty(Of ChartAreaAlignOrientations)
    Get
'用途
Dim instance As ChartArea
Dim value As ReportEnumProperty(Of ChartAreaAlignOrientations)

value = instance.AlignOrientation
public ReportEnumProperty<ChartAreaAlignOrientations> AlignOrientation { get; }
public:
property ReportEnumProperty<ChartAreaAlignOrientations>^ AlignOrientation {
    ReportEnumProperty<ChartAreaAlignOrientations>^ get ();
}
member AlignOrientation : ReportEnumProperty<ChartAreaAlignOrientations>
function get AlignOrientation () : ReportEnumProperty<ChartAreaAlignOrientations>