次の方法で共有


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)