다음을 통해 공유


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>