Type tutorial
Normally, XYCursor, if added to a chart will try to show a tooltip for each series for the hovered date or category. This does not work for charts that have both X and Y axes as ValueAxis. This tutorial will show how we can fix that. The problem Say, we have an XYChart with three […]
Type demo
This demo shows how width of the vertical axes can be synchronized across multiple separate charts.
Type demo
This demo shows how we can place a CategoryAxis between two stacked ValueAxis.
Type demo
This demo shows how we can create a separate Series with label bullets to show stack total right to a CategoryAxis label.
Type demo
This demo shows how we can separate non-clustered columns into separate non-overlapping groups, using their “data item locations”.
Type demo
If you have multiple axes and a chart cursor, each axis will get a tooltip when you hover plot area. This demo shows you you can use adapters to consolidate values from multiple axis’ tooltips into one.
Type demo
This demo shows how we can use bullets and adapters to put actual values of series columns on top of the chart.
Type demo
These two demos show how you can use events, axis ranges, and some setting combination to automatically force showing first and last labels on ValueAxisand DateAxis, even if they fall on non-equal increments, and maintain them across zooms. Chart with two ValueAxis Chart with a ValueAxis and a DateAxis
Type demo
This basic demo shows how you can use an adapter on CategoryAxis tooltip label to modify it’s content using chart data.
Type tutorial
This tutorial will show how you can use Range Selector plugin (available since version 4.9.25) to create HTML-based controls for alternative zooming methods of Axes. NOTE Range Selector is a plugin. For information about using plugins, refer to this article. Using the plugin Including the module Before you can use this plugin you need to […]