Skip to content

Commit

Permalink
Merge pull request #2 from SyncfusionExamples/TASK-870368_Bar_Sample_…
Browse files Browse the repository at this point in the history
…for_Homelands-of-America-s-International-Students

Task-870368 bar sample for homelands of america s international students
  • Loading branch information
SyncfusionKarthikeyan authored Feb 23, 2024
2 parents f81b3cd + d21508c commit 13adc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions InternationalStudents/InternationalStudents/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

<StackPanel Grid.Column="1" Margin="3,0,0,0">
<TextBlock Text="Homelands of America's International Students" FontSize="35" FontWeight="Bold" Foreground="Black"/>
<TextBlock Text="International enrollment in U.S. higher education in the 2022/23 academic" FontSize="20"/>
<TextBlock Text="International enrollment in U.S. higher education in the 202223 academic year." FontSize="20"/>
</StackPanel>

<StackPanel Grid.Row="1" Grid.ColumnSpan="2" Orientation="Horizontal" Margin="20,5,0,5">
<Rectangle Height="12" Width="30" RadiusX="5" RadiusY="5" Fill="#6987FF" />
<TextBlock Text="Academics of 2022/23" FontSize="15" Margin="7,0,0,0" />
<TextBlock Text="Academics of 202223" FontSize="15" Margin="7,0,0,0" />
<Rectangle Height="12" Width="30" RadiusX="5" RadiusY="5" Fill="#FF6B8F" Margin="7,0,0,0" />
<TextBlock Text="Change from 2021/22" Margin="7,0,0,0" FontSize="15"/>
<TextBlock Text="International students Change from 2021–22 academic year" Margin="7,0,0,0" FontSize="15"/>
</StackPanel>
</Grid>
</chart:SfChart.Header>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ During the COVID-19 pandemic, colleges and universities in the U.S. witnessed a
### 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.

For a step-by-step procedure, refer to the [Homelands of America's International Students blog]().
For a step-by-step procedure, refer to the [Homelands of America's International Students blog](https://www.syncfusion.com/blogs/post/wpf-bar-chart-us-students.aspx).

0 comments on commit 13adc37

Please sign in to comment.