ChartTypes 열거형
Specifies the visualization type for the ChartSeries.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration ChartTypes
‘사용 방법
Dim instance As ChartTypes
public enum ChartTypes
public enum class ChartTypes
type ChartTypes
public enum ChartTypes
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |