* '''PrimaryAxis ([[#ChartAxis|ChartAxis]]):''' the X-axis
* '''SecondaryAxis ([[#ChartAxis|ChartAxis]]):''' the Y-axis
* '''Series (list of [[#ChartValueSeries|ChartValueSeries]]):''' all line series visible on the chart* '''Thresholds (list of [[#ChartThreshold|ChartThreshold]]):''' all horizontal thresholds visible on the chart
==== ChartAxis ====
* '''Name (string):''' the name of the series (will be shown in the legend)
* '''Color (int)''': the color of the line
* '''Items (list of [[#ChartItem|ChartItem]]):''' the list of data points on the line
==== ChartItem ====