[]
        
(Showing Draft Content)

Wijmo_Olap.Pivotcharttype

PivotChartType Enumeration

Specifies constants that define the chart type.

Enumeration members

Enumeration members

Area

Area: = 4

Shows line chart with the area below the line filled with color.

Bar

Bar: = 1

Shows horizontal bars.

Column

Column: = 0

Shows vertical bars and allows you to compare values of items across categories.

Line

Line: = 3

Shows trends over a period of time or across categories.

Pie

Pie: = 5

Shows pie chart.

Scatter

Scatter: = 2

Shows patterns within the data using X and Y coordinates.