Parallel Coordinate Chart Dashboard
A Parallel Coordinate Chart dashboard displaying simulated car charasteristics data.
The Parallel Coordinate Chart has a built-in Range Selector tool that allows users to define a value range [start, end] along 1 specific Axis, and highlights the series whose value is within that range. This example uses multiple Range selectors, created using Axis.addRangeSelector method. Only series that pass all the conditions are highlighted.
Range selectors can be freely moved/resized by dragging on them, or deleted by double clicking on one.
Below the parallel chart, several additional chart types visualize the highlighted data:
- Horizontal Stacked Bar Chart
- Vertical Bar Chart
- Scatter Chart using ChartXY and PointSeries
- Box and Whiskers Chart using ChartXY, BoxSeries and PointSeries for outliers
The charts below dynamically update to reflect the currently highlighted series in the parallel chart, providing an interactive and coordinated data exploration experience.