共用方式為


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

成員

成員名稱 描述
Column A column chart.
Bar A bar chart.
Line A line chart.
Shape A shape chart.
Scatter A scatter chart.
Area An area chart.
Range A range chart.
Polar A polar chart.