ChartTypes Enum

Definition

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.

Applies to