ChartType

Wisej.Web.Ext.ChartJS.ChartType

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Defines the type of chart rendered by the ChartJS control.

public enum ChartType : Enum

Fields

NameDescription

Bar

A bar chart shows data as bars.

Bubble

A bubble chart is used to display three dimensions of data at the same time. The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes. The third dimension is represented by the size of the individual bubbles.

Doughnut

Pie and doughnut charts are probably the most commonly used chart there are. They are divided into segments, the arc of each segment shows the proportional value of each piece of data.

HorizontalBar

The horizontal bar chart shows data as horizontal bars.

Line

A line chart plots data points on a line.

Pie

Pie and doughnut charts are probably the most commonly used chart there are. They are divided into segments, the arc of each segment shows the proportional value of each piece of data.

PolarArea

Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.

Radar

The radar chart shows multiple data points and the variation between them.

Scatter

Scatter charts are based on basic line charts with the x axis changed to a linear axis. To use a scatter chart, data must be passed as objects containing X and Y properties.

Used By

NameDescription

Returns or sets the ChartType.

Returns the type of chart that plots this type of DataSet.

Last updated