ChartSeriesSubtype 枚举
Specifies the visualization subtype for the 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 | A plain chart. | |
Stacked | A stacked-type Area chart. | |
PercentStacked | A percent stacked-type Column, Bar, or Area chart. | |
Smooth | A smooth-lined Line, Area, or Range chart. | |
Stepped | A stepped-lined Line chart. | |
Pie | A pie-type Shape chart. | |
ExplodedPie | An exploded pie-type Shape chart. | |
Doughnut | A doughnut-type Shape chart. | |
ExplodedDoughnut | An exploded doughnut-type Shape chart. | |
Funnel | A funnel-type Shape chart. | |
Pyramid | A pyramid-type Shape chart. | |
Bubble | A bubble-type Scatter chart. | |
Candlestick | A candlestick-type Range chart. | |
Stock | A stock-type Range chart. | |
Bar | A bar-type Range chart. | |
Column | A column-type Range chart. | |
BoxPlot | A box plot-type Range chart. | |
ErrorBar | An error bar-type Range chart. | |
Radar | A radar-type Polar chart. |