ChartSeriesType 열거형
Specifies the visualization type for the ChartSeries.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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. |