ChartArea.AlignOrientation プロパティ

定義

対象となるグラフ領域にグラフ領域をどの向きで揃えるかを示す値を取得します。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAlignOrientations> AlignOrientation { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAlignOrientations> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAlignOrientations> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartAlignOrientations> AlignOrientation { get; set; }
member this.AlignOrientation : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartAlignOrientations> with get, set
Public Property AlignOrientation As ReportExpression(Of ChartAlignOrientations)

プロパティ値

ReportExpression<T> オブジェクト。

適用対象