Xuni Product Documentation - Xamarin.Forms
ChartType Enumeration
Specifies the chart type.
Syntax
public enum ChartType : System.Enum 
Members
MemberDescription
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 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.FlexChart.ChartType

Requirements

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

See Also

Reference

Xuni.Forms.FlexChart Namespace