The WPF Range Bar Chart is a horizontal range column chart that uses range bars to display values for one or more items based on high and low values. The range bar chart is also known as a dumbbell chart.
By default, range bar charts plot discrete rectangles for the given high and low values. The shape of the series can be customized using SegmentSpacing and Interior properties.
To improve readability, the chart data labels and markers can be activated and customized using AdornmentsInfo.
This article demonstrates how to create and customize the WPF Range Bar Chart to visualize the hearing range for different living beings on Earth.
Troubleshooting Path too long exception If you encounter a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
For a step-by-step procedure, refer to the Hearing Range Blog