Énumération ChartTypes
Specifies the visualization type for the ChartSeries.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartTypes
'Utilisation
Dim instance As ChartTypes
public enum ChartTypes
public enum class ChartTypes
type ChartTypes
public enum ChartTypes
Membres
Nom de membre | Description | |
---|---|---|
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. |