Skip to content

Commit

Permalink
Commit the changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
NanthiniMahalingam committed May 8, 2024
1 parent ce68549 commit 7a31bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OilGasExtraction/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
FontAttributes="Bold" HorizontalOptions="Center"
Margin="{OnPlatform Default='0,8,0,0',Android='0,4,0,0',iOS='0,4,0,0'}"
VerticalTextAlignment="Center"
Text="Analysis the Wage Trends in the Texas Oil Gas Extraction Industry" />
Text="Analyze the Wage Trends in the Texas Oil Gas Extraction Industry" />
</HorizontalStackLayout>
</Grid>
</chart:SfCartesianChart.Title>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Creating a Line Chart to Analysis the Wage Trends in Texas Oil Gas Extraction Industry
# Creating a Line Chart to Analyze the Wage Trends in Texas Oil Gas Extraction Industry
This blog demonstrates the trend of employed individuals in the Texas Oil Gas Extraction Industry over the past fifteen years using a Syncfusion .NET MAUI Line Chart.

Line chart is used to represent the data trends at equal intervals by connecting points on a plot with straight lines. Here, we have analyse percentage of employment growth or decline over the last fifteen years in the Texas Oil Gas Extraction Industry.
Line chart is used to represent the data trends at equal intervals by connecting points on a plot with straight lines. Here, we have analyze percentage of employment growth or decline over the last fifteen years in the Texas Oil Gas Extraction Industry.

## Customizing axis

Expand All @@ -18,4 +18,4 @@ The LabelFormat property in the label style of a Syncfusion .NET MAUI chart axis
The ShowMajorGridLines and ShowMinorGridLines properties control the visibility of the major and minor grid lines on the chart axis, respectively. When set to true, these properties display grid lines along the major and minor tick marks of the axis, providing visual reference points to help interpret the data plotted on the chart. When set to false, the grid lines are hidden. Adjusting these properties allows you to control the appearance of the grid lines based on your specific chart design and requirements

### Output
![OutputImage](https://github.com/SyncfusionExamples/Creating-a-Line-Chart-to-Analysis-the-Wage-Trends-in-Texas-Oil-Gas-Extraction-Industry/assets/105482474/c8593c82-cbca-492b-9bdd-a621880c2017)
<img width="938" alt="OilGasExtractionOutput" src="https://github.com/SyncfusionExamples/Creating-a-Line-Chart-to-Analysis-the-Wage-Trends-in-Texas-Oil-Gas-Extraction-Industry/assets/105482474/63fc13d2-ae47-49af-8da8-c58f93fe3393">

0 comments on commit 7a31bcc

Please sign in to comment.