Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syncfusionexamples/creating-a-wpf-range-bar-chart-to-visualize-the-hearing-range-among-different-living-beings

This article demonstrates how to create and customize the WPF Range Bar Chart to visualize the hearing range for different living beings on earth.
https://github.com/syncfusionexamples/creating-a-wpf-range-bar-chart-to-visualize-the-hearing-range-among-different-living-beings

charting-library charts custom-chart custom-column dumbbell-chart range-bar-chart range-column--graph range-column-chart transposed-chart wpf-chart

Last synced: 6 days ago
JSON representation

This article demonstrates how to create and customize the WPF Range Bar Chart to visualize the hearing range for different living beings on earth.

Awesome Lists containing this project

README

        

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

## Description
The [WPF Range Bar Chart](https://www.syncfusion.com/wpf-controls/charts/wpf-range-column-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](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ColumnSeries.html#Syncfusion_UI_Xaml_Charts_ColumnSeries_SegmentSpacing) and [Interior](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartSeriesBase.html#Syncfusion_UI_Xaml_Charts_ChartSeriesBase_Interior) properties.

## Data Label and Marker
To improve readability, the chart data labels and markers can be activated and customized using [AdornmentsInfo](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.AdornmentSeries.html#Syncfusion_UI_Xaml_Charts_AdornmentSeries_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](https://www.syncfusion.com/blogs/post/wpf-range-bar-chart-hearing-range)