ChartTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the visualization type for the ChartSeries.
public enum class ChartTypes
public enum ChartTypes
type ChartTypes =
Public Enum ChartTypes
- Inheritance
-
ChartTypes
Fields
Name | Value | Description |
---|---|---|
Column | 0 | A column chart. |
Bar | 1 | A bar chart. |
Line | 2 | A line chart. |
Shape | 3 | A shape chart. |
Scatter | 4 | A scatter chart. |
Area | 5 | An area chart. |
Range | 6 | A range chart. |
Polar | 7 | A polar chart. |