[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotChartType

PivotChartType Enum

Specifies constants that define the chart type.

Namespace: C1.Web.Mvc.Olap
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public enum PivotChartType

Fields

Name Description
Area

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

Bar

Shows horizontal bars.

Column

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

Line

Shows trends over a period of time or across categories.

Pie

Shows pie chart.

Scatter

Shows patterns within the data using X and Y coordinates.