Enum
SeriesType

Enumerates supported chart series kinds used to select rendering and data semantics.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public enum SeriesType

Fields

Area

Area series type.

Declaration

cs-api-definition
Area = 3

Field Value

SeriesType

Bar

Bar series type.

Declaration

cs-api-definition
Bar = 0

Field Value

SeriesType

Bubble

Bubble series type.

Declaration

cs-api-definition
Bubble = 5

Field Value

SeriesType

Line

Line series type.

Declaration

cs-api-definition
Line = 1

Field Value

SeriesType

Pie

Pie series type.

Declaration

cs-api-definition
Pie = 2

Field Value

SeriesType

Scatter

Scatter series type.

Declaration

cs-api-definition
Scatter = 4

Field Value

SeriesType

In this article
DefinitionFieldsAreaBarBubbleLinePieScatter
Not finding the help you need?
Contact Support