次の方法で共有


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

メンバー

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