ChartArea.AlignOrientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates in which directions the chart area should be aligned with the target chart area.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartAreaAlignOrientations> ^ AlignOrientation { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartAreaAlignOrientations> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaAlignOrientations> AlignOrientation { get; }
member this.AlignOrientation : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartAreaAlignOrientations>
Public ReadOnly Property AlignOrientation As ReportEnumProperty(Of ChartAreaAlignOrientations)
Property Value
A ReportEnumProperty<EnumType> object.