ChartSeriesType 枚举

Specifies the visualization type for the 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 An area chart.
Bar A bar chart.
Column A column chart.
Line A line chart.
Polar A polar chart.
Range A range chart.
Scatter A scatter chart.
Shape A shape chart.

请参阅

参考

Microsoft.ReportingServices.OnDemandReportRendering 命名空间