Xuni.Xamarin.FlexChart Namespace : ChartType Enumeration |
'Declaration
Public Enum ChartType Inherits System.Enum
'Usage
Dim instance As ChartType
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. |
Candle | 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. |
Hloc | Spline charts are line charts that plot curves rather than angled lines through the data points. |
Line | Line charts show trends over a period of time or across categories. |
LineSymbol | 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. |
System.Object
System.ValueType
System.Enum
Xuni.Xamarin.FlexChart.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