次の方法で共有


ChartArea.ChartAlignType プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartAlignType As ChartAlignType 
    Get 
    Set
'使用
Dim instance As ChartArea 
Dim value As ChartAlignType 

value = instance.ChartAlignType

instance.ChartAlignType = value
public ChartAlignType ChartAlignType { get; set; }
public:
property ChartAlignType^ ChartAlignType {
    ChartAlignType^ get ();
    void set (ChartAlignType^ value);
}
member ChartAlignType : ChartAlignType with get, set
function get ChartAlignType () : ChartAlignType 
function set ChartAlignType (value : ChartAlignType)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ChartAlignType
ChartAlignType オブジェクト。

関連項目

参照

ChartArea クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間