Skip to content

Create a Line Chart showing U.S. Egg Prices more than Twice in 2022. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EggPriceChart/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
VerticalOptions="CenterAndExpand"
FontAttributes="Bold" TextColor="Black" FontSize="30" />
<Label Grid.Row="1" HorizontalOptions="StartAndExpand" VerticalOptions="CenterAndExpand"
Text="The average price for a dozen grade A eggs in the U.S. is expected to rise in 2022"
Text="The average price for a dozen grade A eggs in the U.S. rose in 2022"
TextColor="Black" FontAttributes="Bold" FontSize="15" />
</Grid>
</chart:SfCartesianChart.Title>
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Create a Line Chart showing U.S. Egg Prices more than Twice in 2022
The national average price for a dozen large Grade A eggs has more than doubled from $1.93 in January to $4.25 in December 2022. This sample demonstrates how to create a line chart in .NET MAUI (SfCartesianChart) showing U.S. egg prices more than twice in 2022.
![EggPriceChart](https://user-images.githubusercontent.com/105482474/233076800-5736dd5f-87c8-43c4-969a-49ca63d795ca.png)
Create-a-Line-Chart-showing-U.S.-Egg-Prices-more-than-Twice-in-2022
This blog contains details about the U.S. egg prices. The national average price for a dozen large Grade A eggs has more than doubled from $1.93 in January to $4.25 in December 2022. This sample demonstrates how to create a line chart in .NET MAUI (SfCartesianChart) showing U.S. egg prices more than twice in 2022.
![EggPriceChart](img width="468" alt="Picture3" src="https://user-images.githubusercontent.com/105482474/236854878-def451cf-6646-4a1f-8530-ac106b73df4e.png")
master