
Adds the ability to create chart series with values calculated from a mathematical expression.
Features
- Added the
FunctionSeries
class which represents a series that calculates its values from a mathematical expression. - Added
ToolTips
property to theSimpleSeries
class which specifies the tooltips for data values. - Added
DataLabelsBackground
property toTheme
class which specifies the background of data labels. - Added
DataLabelsBorderStroke
,DataLabelsBorderDashStyle
,DataLabelsBorderThickness
properties to theTheme
class which allows you to display and customize borders around data labels. - Added new and updated sample projects.