Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.81 KB

File metadata and controls

20 lines (13 loc) · 1.81 KB

Creating a WPF range bar chart to visualize the hearing range among different living beings.

Description

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.

Customization

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.

Data Label and Marker

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.

image

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