diff --git a/Flutter/calendar/getting-started.md b/Flutter/calendar/getting-started.md index fb02d24e3..a8821c47d 100644 --- a/Flutter/calendar/getting-started.md +++ b/Flutter/calendar/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Event Calendar widget | Syncfusion +title: Getting Started with Flutter Event Calendar widget | Syncfusion description: Learn here about getting started with Syncfusion Event Calendar (SfCalendar) widget, its elements, and more. platform: flutter control: SfCalendar documentation: ug --- -# Getting started with Flutter Event Calendar (SfCalendar) +# Getting Started with Flutter Event Calendar This section explains the steps required to add the calendar widget and populate appointments to the calendar widget. This section covers only basic features needed to get started with Syncfusion calendar widget. To get start quickly with our [Flutter event calendar widget](https://www.syncfusion.com/flutter-widgets/flutter-calendar), you can check on this video. diff --git a/Flutter/cartesian-charts/getting-started.md b/Flutter/cartesian-charts/getting-started.md index fea2b6b04..1e8a81225 100644 --- a/Flutter/cartesian-charts/getting-started.md +++ b/Flutter/cartesian-charts/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Cartesian Charts widget | Syncfusion +title: Getting Started with Flutter Cartesian Charts widget | Syncfusion description: Learn here about getting started with Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, its elements, and more. platform: flutter control: Chart documentation: ug --- -# Getting started with Flutter Cartesian Charts (SfCartesianChart) +# Getting Started with Flutter Cartesian Charts (SfCartesianChart) This section explains the steps required to populate the chart with data, title, data labels, legend, and tooltips. This section covers only the minimal features needed to know to get started with the chart. @@ -187,7 +187,7 @@ You can add a [`title`](https://pub.dev/documentation/syncfusion_flutter_charts/ ## Enable data labels -You can add data labels to improve the readability of the chart using the [`dataLabelSettings`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CartesianSeries/dataLabelSettings.html) property. +You can add data labels to improve the readability of the chart using the [`dataLabelSettings`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/dataLabelSettings.html) property. {% tabs %} {% highlight dart %}