Skip to content

Commit

Permalink
Merge pull request #2 from SyncfusionExamples/Scatter-chart
Browse files Browse the repository at this point in the history
860439-Updated the read me file
  • Loading branch information
SyncfusionKarthikeyan committed Jan 4, 2024
2 parents 8eb096a + 25f1280 commit e4ff0c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CO2EmissionChart/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</Grid.ColumnDefinitions>
<StackLayout Orientation="Vertical" Background="#fc3a75" Margin="0,10,0,0" Grid.RowSpan="2"/>
<VerticalStackLayout Margin="5,0,0,0" HorizontalOptions="Start" Grid.Column="1" >
<Label Margin="3" Text="CO&#8322; Emissions Vs Fossil fuel consumption per Capita"
<Label Margin="3" Text="CO&#8322; Emissions vs Fossil fuel consumption per Capita"
LineBreakMode="WordWrap" HorizontalOptions="StartAndExpand"
VerticalOptions="CenterAndExpand" FontAttributes="Bold"
TextColor="Black" FontSize="25" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Creating-a-Scatter-Chart-Using-CO2-Emission-for-fossil-fuels-in-2022.
This sample demonstrates how to create a Scatter Chart Using CO2 Emission for fossil fuels in 2022.
This sample demonstrates how to create a Scatter Chart in .NET MAUI [SfCartesianChart](https://help.syncfusion.com/maui/cartesian-charts/getting-started) Using CO2 Emission for fossil fuels in 2022.

## Scatter Chart
The scatter chart is used to represent the each data point by a dot or circle with equal size. To render a scatter chart, create an instance of ScatterSeries, and add it to the Series collection property of SfCartesianChart. The segment size can be defined by using the PointHeight and PointWidth properties.
Expand All @@ -14,6 +14,6 @@ We choose to focus on a specific area of CO2 emissions from fossil fuel consumpt

## Output

![Blog_Output](https://github.com/SyncfusionExamples/Creating-a-Scatter-Chart-Using-CO2-Emission-for-fossil-fuels-in-2022/assets/105482474/719559e6-7f9c-4c9a-b969-934ecfee9e64)
![Scatter_Blog_Output](https://github.com/SyncfusionExamples/Creating-a-Scatter-Chart-Using-CO2-Emission-for-fossil-fuels-in-2022/assets/105482474/79111cb0-131f-47a8-ac25-a418ce916d9b)


0 comments on commit e4ff0c3

Please sign in to comment.