Skip to content

Creating a line chart with plot bands to explore global GNI per capita with income thresholds.

Notifications You must be signed in to change notification settings

SyncfusionExamples/Creating--a-line-chart-with-plot-bands-to-explore-global-GNI-per-capita-with-income-thresholds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Creating a line chart with plot bands to explore global GNI per capita with income thresholds.

In this section, we'll use Syncfusion's .NET MAUI Cartesian Chart control to create a line chart with plot bands. This chart will help us explore global Gross National Income (GNI) per capita alongside income thresholds.

GNI represents the total income earned by a country's people and businesses. We will analyze GNI values from 2000 to 2018, categorized by country. This control is compatible with desktop platforms such as Windows and Mac, as well as mobile platforms like Android and iOS.

PlotBand to Y-axis

Using NumericalPlotBand to shade the lower GNI, middle GNI, and upper GNI regions, also added corresponding text. Created a plot band instance and added it to the NumericalPlotBandCollection. Using the Start and End APIs, set the start and end positions of the shading region, and using ChartPlotBandLabelStyle, customized the text for the plot band.

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.

LineChartWithPlotBand

If you'd like more information or a detailed guide, refer Creating a line chart with plot bands to explore global GNI per capita with income thresholds blog.

About

Creating a line chart with plot bands to explore global GNI per capita with income thresholds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages