Type demo
Axis ranges are data items, so they can be added directly to a Legend data. This demo shows how we can also enhance that capability to replicate axis range appearance in legend markers with custom template setup function. Demo
Type demo
This demo shows how we can use Value axis’ private setting events to sync zero-line across multiple axes.
Type demo
This demo shows how we can automatically group month labels of a DateAxis into years using axis ranges.
Type demo
This demo shows how we can add external buttons to create a custom pre-defined period selector on a regular XYChart.
Type demo
This demo shows how we can add an additional date axis to show axis tooltip on top of the chart instead of axis itself.
Type tutorial
Axis ranges is a good way to highlight specific places or stretches along an axis. This tutorial will show how we can create code to automatically create axis ranges to highlight weekends on a DateAxis. The task Say, we have a chart that shows line series along a date-based axis. To make our user understand […]
Type tutorial
This demo shows how we can show a data range of a grouped data items in a DateAxis tooltip. Code Related info Demo
Type tutorial
This tutorial will explain how individual column labels (bullets) can be used as Category axis labels. The task During the course of this tutorial, we are going to give a fairly basic clustered column chart a makeup. Let’s do this step by step. Moving categories up First task is to move those year categories up […]
Type tutorial
This demo shows how we can leverage stacked axes to simulate an axis break.
Type tutorial
If the chart has a ValueAxis as both of its axes, it would not auto-zoom vertically when panned/zoomed. It’s by design. This demo shows how to implement this functionality.