Set the minimum upper scale of a ValueAxis
demo
This demo shows how we can use events to automatically adjust ValueAxis maximum scale across data to set minimum value of its upper scale regardless of the actual value scales.
demo
This demo shows how we can use events to automatically adjust ValueAxis maximum scale across data to set minimum value of its upper scale regardless of the actual value scales.
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
demo
This demo shows how we can use Value axis’ private setting events to sync zero-line across multiple axes.
demo
This demo shows how we can automatically group month labels of a DateAxis into years using axis ranges.
demo
This demo shows how we can add external buttons to create a custom pre-defined period selector on a regular XYChart.
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.
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 […]
tutorial
This demo shows how we can show a data range of a grouped data items in a DateAxis tooltip. Code Related info Demo
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 […]
tutorial
This demo shows how we can add two date axes to an XY chart to show both monthly and yearly grid/labels.