ASP.NET MVC Controls
ChartType Enum
File
wijmo.chart.js
Module
wijmo.chart

Specifies the chart type.

Members

Name Value Description
Column 0

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

Bar 1

Shows horizontal bars.

Scatter 2

Shows patterns within the data using X and Y coordinates.

Line 3

Shows trends over a period of time or across categories.

LineSymbols 4

Shows line chart with a symbol on each data point.

Area 5

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

Bubble 6

Shows Scatter chart with a third data value that determines the size of the symbol. The data for this chart type can be defined using the FlexChart or Series binding property as a comma separated value in the following format: "yProperty, bubbleSizeProperty".

Candlestick 7

Presents 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. The data for this chart type can be defined using the FlexChart or Series binding property as a comma separated value in the following format: "highProperty, lowProperty, openProperty, closeProperty".

HighLowOpenClose 8

Displays 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. The data for this chart type can be defined using the FlexChart or Series binding property as a comma separated value in the following format: "highProperty, lowProperty, openProperty, closeProperty".

Spline 9

Displays line chart that plots curves rather than angled lines through the data points.

SplineSymbols 10

Displays spline chart with symbols on each data point.

SplineArea 11

Displays spline chart with the area below the line filled with color.

Funnel 12

Displays funnel chart.

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback