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