次の方法で共有


ChartSeriesSubtype 列挙体

ChartSeries のビジュアル化のサブタイプを指定します。

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

構文

'宣言
Public Enumeration ChartSeriesSubtype
'使用
Dim instance As ChartSeriesSubtype
public enum ChartSeriesSubtype
public enum class ChartSeriesSubtype
type ChartSeriesSubtype
public enum ChartSeriesSubtype

メンバー

メンバー名 説明
Bar 横棒型の Range グラフ。
BoxPlot 箱ひげ図型の Range グラフ。
Bubble バブル型の Scatter グラフ。
Candlestick ローソク足型の Range グラフ。
Column 縦棒型の Range グラフ。
Doughnut ドーナツ型の Shape グラフ。
ErrorBar 誤差範囲型の Range グラフ。
ExplodedDoughnut 分割ドーナツ型の Shape グラフ。
ExplodedPie 分割円型の Shape グラフ。
Funnel じょうご型の Shape グラフ。
PercentStacked % 積み上げ型の ColumnBar、または Area グラフ。
Pie 円型の Shape グラフ。
Plain 一般的なグラフ。
Pyramid ピラミッド型の Shape グラフ。
Radar レーダー型の Polar グラフ。
Smooth 平滑線の LineArea、または Range グラフ。
Stacked 積み上げ型の Area グラフ。
Stepped 階段状折れ線の Line グラフ。
Stock 株価チャート型の Range グラフ。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間