次の方法で共有


ChartArea.ChartAlignType プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

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

プロパティ値

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

関連項目

参照

ChartArea クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間