ChartArea.AlignOrientation プロパティ
対象となるグラフ領域にグラフ領域をどの向きで揃えるかを示す値を取得します。
名前空間: 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>
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAreaAlignOrientations>
ReportEnumProperty<EnumType> オブジェクト。