ChartTypes 列挙体
ChartSeries のビジュアライゼーションの種類を指定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Enumeration ChartTypes
'使用
Dim instance As ChartTypes
public enum ChartTypes
public enum class ChartTypes
type ChartTypes
public enum ChartTypes
メンバー
メンバー名 | 説明 | |
---|---|---|
Column | 縦棒グラフ。 | |
Bar | 横棒グラフ。 | |
Line | 折れ線グラフ。 | |
Shape | 図形グラフ。 | |
Scatter | 散布図。 | |
Area | 面グラフ。 | |
Range | 範囲グラフ。 | |
Polar | 極座標グラフ。 |