MindFusion.Charting for WinForms V4.1.2

Released: Jun 17, 2020

Updates in V4.1.2

Features

  • Axis Origin - The Origin property lets you specify the origin of an axis. If set to a non-null value, the component renders an axis line inside the plot. Bars are drawn below that axis line if their values are smaller than the origin. For stacked bar charts, each bar length corresponds to the difference between bar's value and origin.
  • ToolTips property added to SimpleSeries class to specify tooltips for data values.
  • DataLabelsBackground property added to Theme class to specify the background of data labels.
  • Added DataLabelsBorderStroke, DataLabelsBorderDashStyle, DataLabelsBorderThickness properties to Theme class to allow the displaying and customizing of borders around data labels.