Enum
HtmlChartType

Enumerates the HtmlChart types.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum HtmlChartType

Fields

area

The HtmlChart type is area.

Declaration

cs-api-definition
area = 6

Field Value

HtmlChartType

bar

The HtmlChart type is bar.

Declaration

cs-api-definition
bar = 0

Field Value

HtmlChartType

boxplot

The HtmlChart type is boxplot.

Declaration

cs-api-definition
boxplot = 17

Field Value

HtmlChartType

bubble

The HtmlChart type is bubble.

Declaration

cs-api-definition
bubble = 7

Field Value

HtmlChartType

candlestick

The HtmlChart type is candlestick.

Declaration

cs-api-definition
candlestick = 9

Field Value

HtmlChartType

column

The HtmlChart type is column.

Declaration

cs-api-definition
column = 1

Field Value

HtmlChartType

donut

The HtmlChart type is donut.

Declaration

cs-api-definition
donut = 8

Field Value

HtmlChartType

funnel

The HtmlChart type is funnel.

Declaration

cs-api-definition
funnel = 13

Field Value

HtmlChartType

line

The HtmlChart type is line.

Declaration

cs-api-definition
line = 2

Field Value

HtmlChartType

pie

The HtmlChart type is pie.

Declaration

cs-api-definition
pie = 3

Field Value

HtmlChartType

polararea

The HtmlChart type is polararea.

Declaration

cs-api-definition
polararea = 15

Field Value

HtmlChartType

polarline

The HtmlChart type is polarline.

Declaration

cs-api-definition
polarline = 14

Field Value

HtmlChartType

polarscatter

The HtmlChart type is polarscatter.

Declaration

cs-api-definition
polarscatter = 16

Field Value

HtmlChartType

radararea

The HtmlChart type is radararea.

Declaration

cs-api-definition
radararea = 11

Field Value

HtmlChartType

radarcolumn

The HtmlChart type is radarcolumn.

Declaration

cs-api-definition
radarcolumn = 12

Field Value

HtmlChartType

radarline

The HtmlChart type is radarline.

Declaration

cs-api-definition
radarline = 10

Field Value

HtmlChartType

scatter

The HtmlChart type is scatter.

Declaration

cs-api-definition
scatter = 4

Field Value

HtmlChartType

scatterLine

The HtmlChart type is scatterLine.

Declaration

cs-api-definition
scatterLine = 5

Field Value

HtmlChartType