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
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Area | 面グラフ。 | |
| Bar | 横棒グラフ。 | |
| Column | 縦棒グラフ。 | |
| Line | 折れ線グラフ。 | |
| Polar | 極座標グラフ。 | |
| Range | 範囲グラフ。 | |
| Scatter | 散布図。 | |
| Shape | 図形グラフ。 |