Skip to content

This sample demonstrates how to Create a Column Chart graph displaying yearly U.S. box office revenue data in .NET MAUI (SfCartesianChart).

Notifications You must be signed in to change notification settings

SyncfusionExamples/Creating-a-Column-Chart-for-Yearly-Box-Office-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Creating a Column Chart for Yearly Box Office Data

Column chart is used to plot discrete rectangles for the given data point values. To render a column chart, create an instance of ColumnSeries, and add it to the Series collection property of SfCartesianChart.

The cartesian chart has Series as its default content.

Spacing and Width

The Spacing property is used to change the spacing between two segments. The default value of spacing is 0, and the value ranges from 0 to 1. Here, 1 and 0 correspond to 100% and 0% of the available space, respectively.

The Width property is used to change the width of the rectangle. The default value of the width is 0.8, and the value ranges from 0 to 1.

Column chart is used to plot discrete rectangles for the given data point values. This sample demonstrates how to Create a Column Chart graph displaying yearly U.S. box office revenue data in .NET MAUI (SfCartesianChart).

BoxOfficeChart

For a step by step procedure, refer to the Column Chart Yearly Box Office Data blog.

About

This sample demonstrates how to Create a Column Chart graph displaying yearly U.S. box office revenue data in .NET MAUI (SfCartesianChart).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages