[]
        
(Showing Draft Content)

C1.Web.Mvc.Chart.ChartType

ChartType Enum

Specifies which type of chart users want to create.

Namespace: C1.Web.Mvc.Chart
Assembly: C1.Web.Mvc.dll
Syntax
public enum ChartType

Fields

Name Description
Area

Area charts are line charts with the area below the line filled with color.

Bar

Bar charts show horizontal bars.

Bubble

Bubble charts are Scatter charts with a third data value that determines the size of the symbol.

Candlestick

Candlestick charts present items with high, low, open, and close values. The size of the wick line is determined by the High and Low values, while the size of the bar is determined by the Open and Close values. The bar is displayed using different colors, depending on whether the close value is higher or lower than the open value.

Column

Column charts show vertical bars and allow you to compare values of items across categories.

Funnel

Displays funnel chart.

HighLowOpenClose

High-low-open-close charts display the same information as a candlestick chart, except that opening values are displayed using lines to the left, while lines to the right indicate closing values.

Line

Line charts show trends over a period of time or across categories.

LineSymbols

Line and symbol charts are line charts with a symbol on each data point.

Scatter

Scatter charts use X and Y coordinates to show patterns within the data.

Spline

Spline charts are line charts that plot curves rather than angled lines through the data points.

SplineArea

Spline area charts are spline charts with the area below the line filled with color.

SplineSymbols

Spline and symbol charts are spline charts with symbols on each data point.

Step

Displays a step chart.

StepArea

Displays a step area chart.

StepSymbols

Displays a step chart with symbols on each data point.