Message-ID: <1594196411.9157.1711678033090.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9156_475538814.1711678033090" ------=_Part_9156_475538814.1711678033090 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ChartType

ChartType

Description

=20

The ChartType class contains all= available chart types. When setting a chart type, always specify both the = major type and the sub-type, for example:

=20
C#
=20
 public abstract class ChartType
=20
=20
vb.net
=20
Public MustInherit Class ChartType
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Category

Returns the ChartType's chart category (Column, Pie, Line, Radar, Bar, Surface, Ar= ea, Scatter, Doughnut, Bubble, or Custom).

Is3= D

Returns whether the chart type is three-dimensi= onal or not.

Nam= e

Returns the name of the chart type as a string.=
=20

Nested Classes

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Are= a

Enumerations for area chart types

Bar<= /a>

Enumerations for bar chart types

B= ubble

Enumerations for Bubble chart types

ChartCategory

A ChartCategory specifies a chart type's category. For example, colu= mn is a chart category, while clustered column and stacked column are chart= types in the column category.

C= olumn

Enumerations for Column chart types

C= ustom

Enumerations for Customer chart types

Doughnut

Enumerations for doughnut chart types

Lin= e

Enumerations for line chart types

Pie<= /a>

Enumerations for pie chart types

Ra= dar

Enumerations for radar chart types

= Scatter

Enumerations for scatter chart types

= Surface

Enumerations for surface chart types
------=_Part_9156_475538814.1711678033090--