Shows a line chart with the area below the line filled with color.
Shows horizontal bars.
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".
Shows vertical bars and allows you to compare values of items across categories.
Displays a funnel chart, usually representing stages in a process such as a sales pipeline.
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".
Shows trends over a period of time or across categories.
Shows a line chart with a symbol on each data point.
Shows patterns within the data using X and Y coordinates.
Displays a line chart that plots curves rather than angled lines through the data points.
Displays a spline chart with the area below the line filled with color.
Displays a spline chart with symbols on each data point.
Displays a step chart
Displays a step area chart
Displays a step chart with symbols on each data point.
Specifies the chart type.