MindFusion.Charting for WinForms のリリース

Released: Jan 4, 2022

V4.2 での更新項目

機能

  • Added support for Tower charts:
    • The TowerChart control and TowerRenderer component rendering series side by side to allow you to compare data sequence and sizes.
    • Tower charts require three-dimensional series.
      • The first dimension specifies event order or timing and is used to sort or position segments.
      • The second dimension specifies duration and is rendered as segment length along the main axis.
      • The third dimension specifies a value rendered as segment width along the cross axis.
      • You could use...

Released: Apr 26, 2021

V4.1.3 での更新項目

機能

  • Added assemblies for Microsoft .NET 5.0.
  • Area charts are now rendered relative to axis origin.
  • Added the ability to set a non-zero start for the FunctionSeries range.
  • ImageAlign now supports new FitLeft, FitTop, FitRight and FitBottom alignment styles.
  • NearestElement method now returns the closest data element to a specified location.

不具合の修正

  • Fixed duplicated tooltips when a form contains more than one Dashboard.

Released: Jun 17, 2020

V4.1.2 での更新項目

機能

  • 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...

Released: May 2, 2017

V4.1 での更新項目

機能

  • Funnel chart - Funnel charts are often used to represent the stages of a process and show relative values or measurements associated with each stage.
  • Interactive range selection - RangeSelector is a scrollbar-like component that lets users scroll or resize currently visible range of chart's data.
  • Miscellaneous
    • Data labels on axes can be drawn rotated.
    • Legends can display all elements of a series instead of series Title values, which is useful for pie and funnel charts.
    • The Labels property of...

Released: May 3, 2016

Updates in this release

Updates in 4.0.1

  • TickLength property added to AxisRenderer. XAxisTickLength and YAxisTickLength properties added to BiaxialChart.
  • LabelAlignment property added to BubbleRenderer and BubbleChart.
  • ShowTitle property added to LegendRenderer, and corresponding ShowLegendTitle property added to Chart.
  • Spacing property added to LegendRenderer, and corresponding LegendSpacing property added to Chart.
  • GridLineColor, GridLineStyle and GridLineThickness properties added to Plot2D and Theme classes.
  • Fixed...

Released: Apr 6, 2016

Updates in this release

Updates in 4.0

  • New Data Model - Data is now read through an interface called Series, whose instances can be assigned to the Series properties of a chart. The library includes several pre-defined Series classes that let you specify data via IList or array objects. For example, BarSeries lets you specify lists of values, inner labels and top labels, and PointSeries lets you specify data as a list of points.
  • New Rendering Model - Chart graphics are now drawn inside plot components using...