C1.Web.Mvc.Chart Namespace : ChartType Enumeration |
'Declaration
Public Enum ChartType Inherits System.Enum
public enum ChartType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Chart.ChartType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2