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 XYCursor’s cursormoved event to position cursors on other charts simulating the same position. Related code Demo
demo
This demo shows how we can use an adapter to change the orientation of a ColumnSeries tooltip based on the column value. Related code The following code will change value of tooltip’s pointerOrientation to either point down or up based on whether target column’s value is above or below zero. 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 dynamically alternate the XYCursor’s behavior between zooming and panning based on whether SHIFT key pressed or not. Related code Demo
demo
This demo shows how to add an outline to line series using two methods: an additional (thicker) line series and a shadow. Using additional series Adding a line shadow
demo
This demo shows how we can completely modify the appearance of scrollbar’s grips. Here’s another version:
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 an additional date axis to show axis tooltip on top of the chart instead of axis itself.