Chart for WinRT
Chart Data Series Types

C1Chart provides the following DataSeries classes to effectively handle different data types:

The Label property in the DataSeries class represents the label for the Series name in the Chart Legend.

There are several DataSeries classes inherited from the same base class DataSeries, each of them combines several data sets depending on appropriate data nature. For instance, the XYDataSeries provides two sets of data values that correspond to x- and y-coordinates. The list of available data series classes is presented in the table below.

 

Class

Values properties

Value binding property

BubbleSeries

DataSeries.ValuesDataSeries.ValuesSource 

XYDataSeries.XValues, XYDataSeries.XValuesSource

ValueBinding

XValueBinding

DataSeries

DataSeries.ValuesDataSeries.ValuesSource

ValueBinding

HighLowOpenCloseSeries

DataSeries.ValuesDataSeries.ValuesSource

XYDataSeries.XValues, XYDataSeries.XValuesSource

HighLowSeries.HighValuesHighLowSeries.HighValuesSource 

HighLowSeries.LowValuesHighLowSeries.LowValuesSource 

HighLowOpenCloseSeries.OpenValuesHighLowOpenCloseSeries.OpenValuesSource 

HighLowOpenCloseSeries.CloseValues, HighLowOpenCloseSeries.CloseValuesSource

ValueBinding

XValueBinding

HighValueBinding

LowValueBinding

OpenValueBinding

CloseValueBinding

HighLowSeries

DataSeries.ValuesDataSeries.ValuesSource

XYDataSeries.XValues, XYDataSeries.XValuesSource

HighLowSeries.HighValuesHighLowSeries.HighValuesSource 

HighLowSeries.LowValuesHighLowSeries.LowValuesSource

ValueBinding

XValueBinding

HighValueBinding

LowValueBinding

XYDataSeries

DataSeries.ValuesDataSeries.ValuesSource

XYDataSeries.XValues, XYDataSeries.XValuesSource

ValueBinding

XValueBinding

 Each data series class may have its own default template for plotting, for instance HighLowOpenCloseSeries displays financial data as a set of lines that mark high, low, open and close values.

 

DataSeries Differences

There are some differences between the types of data series.

Render Mode Limitations

There are some limitations when using the fast render mode.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback