Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the visualization type for the ChartSeries.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartTypes
'Usage
Dim instance As ChartTypes
public enum ChartTypes
public enum class ChartTypes
type ChartTypes
public enum ChartTypes
Members
| Member name | Description | |
|---|---|---|
| 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. |