From 8752c1de2e7116b8d48706a416ec1bfdbb7ee1fd Mon Sep 17 00:00:00 2001 From: mugunthan Date: Wed, 11 Mar 2026 15:41:28 +0530 Subject: [PATCH] FLUT-1014052- updated SEO content --- Flutter/calendar/appointments.md | 8 ++++---- Flutter/calendar/builders.md | 7 ++++--- Flutter/calendar/callbacks.md | 7 ++++--- Flutter/calendar/date-navigations.md | 6 +++--- Flutter/calendar/drag-drop.md | 6 +++--- Flutter/calendar/getting-started.md | 7 ++++--- Flutter/calendar/headers.md | 7 ++++--- Flutter/calendar/how-to/custom-widget-on-flutterflow.md | 2 +- Flutter/calendar/localization.md | 6 +++--- Flutter/calendar/month-view.md | 6 +++--- Flutter/calendar/overview.md | 6 +++--- Flutter/calendar/resource-view.md | 6 +++--- Flutter/calendar/schedule-view.md | 6 +++--- Flutter/calendar/timeslot-views.md | 7 ++++--- Flutter/calendar/timezone.md | 6 +++--- Flutter/cartesian-charts/annotations.md | 6 +++--- Flutter/cartesian-charts/axis-customization.md | 6 +++--- Flutter/cartesian-charts/axis-types.md | 6 +++--- Flutter/cartesian-charts/callbacks.md | 6 +++--- Flutter/cartesian-charts/chart-appearance.md | 6 +++--- Flutter/cartesian-charts/chart-types/area-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/bar-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/bubble-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/candle-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/column-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/fast-line-chart.md | 6 +++--- .../cartesian-charts/chart-types/range-column-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/scatter-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/spline-area-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/spline-chart.md | 6 +++--- Flutter/cartesian-charts/chart-types/stacked-bar-chart.md | 6 +++--- .../cartesian-charts/chart-types/stacked-column-chart.md | 6 +++--- .../cartesian-charts/chart-types/stacked-line-chart.md | 6 +++--- Flutter/cartesian-charts/charts-type.md | 6 +++--- Flutter/cartesian-charts/export-cartesian-chart.md | 6 +++--- Flutter/cartesian-charts/getting-started.md | 6 +++--- .../how-to/custom-widget-on-flutterflow.md | 4 ++-- Flutter/cartesian-charts/legend.md | 6 +++--- Flutter/cartesian-charts/marker-datalabel.md | 6 +++--- Flutter/cartesian-charts/methods.md | 6 +++--- Flutter/cartesian-charts/multiple-charts.md | 7 +++---- Flutter/cartesian-charts/overview.md | 6 +++--- Flutter/cartesian-charts/series-customization.md | 6 +++--- Flutter/cartesian-charts/technical-indicators.md | 7 +++---- Flutter/cartesian-charts/tooltip.md | 6 +++--- Flutter/cartesian-charts/trackball-crosshair.md | 6 +++--- Flutter/cartesian-charts/zoom-pan.md | 6 +++--- Flutter/circular-charts/chart-types/doughnut-chart.md | 6 +++--- Flutter/circular-charts/chart-types/pie-chart.md | 6 +++--- Flutter/circular-charts/chart-types/radial-bar-chart.md | 7 ++++--- Flutter/circular-charts/circular-series-customization.md | 6 +++--- Flutter/circular-charts/datalabel.md | 6 +++--- Flutter/circular-charts/getting-started.md | 6 +++--- Flutter/circular-charts/legend.md | 6 +++--- Flutter/funnel-chart/tooltip.md | 6 +++--- Flutter/introduction/overview.md | 6 +++--- Flutter/maps/getting-started.md | 6 +++--- Flutter/radial-gauge/getting-started.md | 6 +++--- Flutter/range-slider/getting-started.md | 7 ++++--- 59 files changed, 182 insertions(+), 177 deletions(-) diff --git a/Flutter/calendar/appointments.md b/Flutter/calendar/appointments.md index be2613018..e57c0c338 100644 --- a/Flutter/calendar/appointments.md +++ b/Flutter/calendar/appointments.md @@ -1,13 +1,13 @@ --- -layout: post -title: Appointments in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Appointments feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +layout: post +title: Appointment in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize appointments in Syncfusion Flutter Event Calendar—add data source, handle recurrence, appearance, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Appointments in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Appointments Guide (SfCalendar) SfCalendar widget has a built-in capability to handle the appointment arrangement internally based on the [CalendarDataSource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarDataSource-class.html). [Appointment](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/Appointment-class.html) is a class, which holds the details about the appointment to be rendered in calendar. diff --git a/Flutter/calendar/builders.md b/Flutter/calendar/builders.md index 3b77c23aa..c8af5a288 100644 --- a/Flutter/calendar/builders.md +++ b/Flutter/calendar/builders.md @@ -1,13 +1,14 @@ --- layout: post -title: Builders in the Flutter Event Calendar widget | Syncfusion -description: Learn here all about builders feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Builders in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize builders in Syncfusion Flutter Event Calendar—add custom month cell, appointment, time region, and header views. platform: flutter control: SfCalendar documentation: ug --- -# Builders in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Builders Guide (SfCalendar) + The calendar allows you to create a responsive UI with conditions based on a widget's details, to design and create your custom view to the month cells and month header of schedule view in the calendar. The calendar has two builders to create and assign your custom view: diff --git a/Flutter/calendar/callbacks.md b/Flutter/calendar/callbacks.md index a682abb7f..8d2e6952f 100644 --- a/Flutter/calendar/callbacks.md +++ b/Flutter/calendar/callbacks.md @@ -1,13 +1,14 @@ --- layout: post -title: Callbacks in Flutter Event Calendar widget | Syncfusion | Scheduler -description: Learn here all about callbacks feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Callbacks in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize callbacks in Syncfusion Flutter Event Calendar—handle view changes, taps, long press, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Callbacks in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Callbacks Guide (SfCalendar) + Calendar supports the [ViewChangedCallback](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/ViewChangedCallback.html) and [CalendarTapCallback](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarTapCallback.html) to interact with Flutter calendar. ## View changed callback diff --git a/Flutter/calendar/date-navigations.md b/Flutter/calendar/date-navigations.md index b36d1b7f2..0266b7baf 100644 --- a/Flutter/calendar/date-navigations.md +++ b/Flutter/calendar/date-navigations.md @@ -1,13 +1,13 @@ --- layout: post -title: Date Navigations in Flutter Event Calendar widget | Syncfusion -description: Learn here all about date navigation features of Syncfusion Flutter Calendar (SfCalendar) widget and more. +title: Date Navigations in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize date navigation in Syncfusion Flutter Event Calendar—restrict date range, programmatically navigate, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Date Navigations in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Date Navigations Guide (SfCalendar) ## Range for visible dates Visible dates can be restricted between certain range of dates, using [minDate](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/minDate.html) and [maxDate](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/maxDate.html) properties in [SfCalendar](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar-class.html). It is applicable in all the schedule views. diff --git a/Flutter/calendar/drag-drop.md b/Flutter/calendar/drag-drop.md index 89c2c0f60..ad6ae6503 100644 --- a/Flutter/calendar/drag-drop.md +++ b/Flutter/calendar/drag-drop.md @@ -1,13 +1,13 @@ --- layout: post -title: Drag and drop in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Drag and drop feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Drag and Drop in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize drag and drop in Syncfusion Flutter Event Calendar—enable drag, handle callbacks, appearance, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Appointment Drag and Drop in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Appointment Drag and Drop Guide (SfCalendar) Easily reschedule an appointment by dragging it from one time slot or month cell and dropping it into a different time slot or month cell. diff --git a/Flutter/calendar/getting-started.md b/Flutter/calendar/getting-started.md index 1f8ba99e0..e2273b367 100644 --- a/Flutter/calendar/getting-started.md +++ b/Flutter/calendar/getting-started.md @@ -1,13 +1,14 @@ --- layout: post -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. +title: Getting Started with Flutter Event Calendar | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Event Calendar—add dependencies, import, create SfCalendar, and configure key features. platform: flutter control: SfCalendar documentation: ug --- -# Getting started with Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Getting Started Guide (SfCalendar) + 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/calendar/headers.md b/Flutter/calendar/headers.md index eeae69ad6..caab4130e 100644 --- a/Flutter/calendar/headers.md +++ b/Flutter/calendar/headers.md @@ -1,13 +1,14 @@ --- layout: post -title: Headers in Flutter Event Calendar widget | Syncfusion | Scheduler -description: Learn here all about headers feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Headers in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize headers in Syncfusion Flutter Event Calendar—change header height, date format, appearance, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Headers in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Headers Guide (SfCalendar) + You can learn about the header and view header height, date format, and appearance support of SfCalendar. ## Header diff --git a/Flutter/calendar/how-to/custom-widget-on-flutterflow.md b/Flutter/calendar/how-to/custom-widget-on-flutterflow.md index 346b1f4ca..8d5ff371a 100644 --- a/Flutter/calendar/how-to/custom-widget-on-flutterflow.md +++ b/Flutter/calendar/how-to/custom-widget-on-flutterflow.md @@ -1,7 +1,7 @@ --- layout: post title: Calendar Widget in FlutterFlow | Syncfusion -description: You can learn here all about adding Syncfusion Flutter Calendar ( SfCalendar Widget ) widget in FlutterFlow. +description: Step-by-step guide to add Syncfusion Flutter Calendar widget in FlutterFlow—create custom widget, add dependencies, import, and configure key features. platform: flutter control: SfCalendar documentation: ug diff --git a/Flutter/calendar/localization.md b/Flutter/calendar/localization.md index 7d4d8677b..433e188b0 100644 --- a/Flutter/calendar/localization.md +++ b/Flutter/calendar/localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Localization feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Localization in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize localization in Syncfusion Flutter Event Calendar—add localization packages, set languages, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Localization in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Localization Guide (SfCalendar) By default, the calendar widget supports US English localizations. You can change the other languages by specifying the `MaterialApp` properties and adding the `flutter_localizations` package to your application. diff --git a/Flutter/calendar/month-view.md b/Flutter/calendar/month-view.md index caaa5c832..094788645 100644 --- a/Flutter/calendar/month-view.md +++ b/Flutter/calendar/month-view.md @@ -1,13 +1,13 @@ --- layout: post -title: Month view in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Month view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Time Zone in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize time zone in Syncfusion Flutter Event Calendar—create appointments in different time zones and configure key features. platform: flutter control: SfCalendar documentation: ug --- -# Month view in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Time Zone Guide (SfCalendar) The `month` view of Flutter Event [Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) (SfCalendar) used to display entire dates of the specific month and current month by default initially. Current date color is differentiated with other dates of the current month, also the color differentiation for dates will be applicable for previous and next month dates. diff --git a/Flutter/calendar/overview.md b/Flutter/calendar/overview.md index 487afe027..83d667752 100644 --- a/Flutter/calendar/overview.md +++ b/Flutter/calendar/overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Flutter Event Calendar widget | Syncfusion | Scheduler -description: Learn here all about introduction of Syncfusion Flutter Event Calendar (SfCalendar) widget, its features, and more. +title: About Flutter Event Calendar | Syncfusion +description: Step-by-step guide to Syncfusion Flutter Event Calendar—explore features, views, appointments, customization, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Flutter Event Calendar (SfCalendar) Overview +# Flutter Event Calendar Overview Guide (SfCalendar) The Syncfusion® Flutter Calendar library is written natively in Dart and has nine types of built-in configurable view modes that provide basic functionality for scheduling, managing, and representing appointments efficiently. The Calendar Widget exposes a clean and convenient user interface for custom working days and hours and basic calendar operations such as date navigation and selection. diff --git a/Flutter/calendar/resource-view.md b/Flutter/calendar/resource-view.md index c4503555d..93a7c7ea2 100644 --- a/Flutter/calendar/resource-view.md +++ b/Flutter/calendar/resource-view.md @@ -1,14 +1,14 @@ --- layout: post -title: Resource view in the Flutter Event Calendar widget | Syncfusion -description: Learn here all about Resource view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Resource view in the Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize resource view in Syncfusion Flutter Event Calendar—add resources, customize appearance, and key features. platform: flutter control: SfCalendar documentation: ug --- +# Flutter Event Calendar Resource View Guide (SfCalendar) -# Resource view in Flutter Event Calendar (SfCalendar) The timeline resource grouping is a discrete view integrated into our Event calendar widget that allows you to group the appointments based on the available resource in timeline views of the calendar. Using this feature, you can group the appointments and time regions arranged in a row-wise order based on the allocated resource in the timeline views. This rich feature set includes customization and you can assign unique styles to the available resource view. You can create a resource view by setting the [displayName](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/displayName.html), [color](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/color.html), [id](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/id.html), and [image](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource/image.html) property of the [CalendarResource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/CalendarResource-class.html). diff --git a/Flutter/calendar/schedule-view.md b/Flutter/calendar/schedule-view.md index 571a45396..a53c2dae0 100644 --- a/Flutter/calendar/schedule-view.md +++ b/Flutter/calendar/schedule-view.md @@ -1,13 +1,13 @@ --- layout: post -title: Schedule view in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Schedule view feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Schedule View in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize schedule view in Syncfusion Flutter Event Calendar—display appointments, customize headers, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Schedule view in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Schedule View Guide (SfCalendar) The `schedule` view of SfCalendar shows a list of scheduled appointments grouped by week, between min and max dates, by default displaying the appointments from the current date. If the [dataSource](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar/dataSource.html) property of [SfCalendar](https://pub.dev/documentation/syncfusion_flutter_calendar/latest/calendar/SfCalendar-class.html) is null then the schedule view will display the month, week, and date headers alone in the view. diff --git a/Flutter/calendar/timeslot-views.md b/Flutter/calendar/timeslot-views.md index 5810485ae..439d18a1b 100644 --- a/Flutter/calendar/timeslot-views.md +++ b/Flutter/calendar/timeslot-views.md @@ -1,13 +1,14 @@ --- layout: post -title: Timeslot views in Flutter Event Calendar widget | Syncfusion -description: Learn here all about timeslot views feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Timeslot Views in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize timeslot views in Syncfusion Flutter Event Calendar—change intervals, working days, special regions, and key features. platform: flutter control: SfCalendar documentation: ug --- -# Timeslot views in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Timeslot View Guide (SfCalendar) + [Flutter Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) has six built-in time slot views used to display date, and the views will display based on the current day by default. Appointments on a specific day will be arranged in respective timeslots based on their duration. * **Day view:** Displays a single day. diff --git a/Flutter/calendar/timezone.md b/Flutter/calendar/timezone.md index fa39b37d9..e2aeacfe7 100644 --- a/Flutter/calendar/timezone.md +++ b/Flutter/calendar/timezone.md @@ -1,13 +1,13 @@ --- layout: post -title: Time zone in Flutter Event Calendar widget | Syncfusion -description: Learn here all about Time zone feature of Syncfusion Flutter Event Calendar (SfCalendar) widget and more. +title: Time Zone in Flutter Event Calendar | Syncfusion +description: Step-by-step guide to customize time zone in Syncfusion Flutter Event Calendar—create appointments in different time zones and configure key features. platform: flutter control: SfCalendar documentation: ug --- -# Time zone in Flutter Event Calendar (SfCalendar) +# Flutter Event Calendar Time Zone Guide (SfCalendar) [Flutter Calendar](https://www.syncfusion.com/flutter-widgets/flutter-calendar) allows you to create appointments in various time zones and display them in users’ time zone or any other time zone. You can use a time zone in the following four different ways: diff --git a/Flutter/cartesian-charts/annotations.md b/Flutter/cartesian-charts/annotations.md index 28cd55db7..eff1f88a1 100644 --- a/Flutter/cartesian-charts/annotations.md +++ b/Flutter/cartesian-charts/annotations.md @@ -1,13 +1,13 @@ --- layout: post -title: Annotation in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Annotation feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Annotation in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize annotations in Syncfusion Flutter Cartesian Charts (SfCartesianChart)—learn to add, style annotations, and more key features. platform: flutter control: Chart documentation: ug --- -# Annotation in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Annotation Guide (SfCartesianChart) Chart supports annotations which, allows you to mark the specific area of interest in the chart area. You can add custom widgets using this annotations feature as depicted below. diff --git a/Flutter/cartesian-charts/axis-customization.md b/Flutter/cartesian-charts/axis-customization.md index 4ba791952..b6d6741e6 100644 --- a/Flutter/cartesian-charts/axis-customization.md +++ b/Flutter/cartesian-charts/axis-customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Axis customization in Flutter Cartesian Charts | Syncfusion -description: Learn here all about Axis customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Axis Customization in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize axes in Syncfusion Flutter Cartesian Charts—configure axis titles, labels, grid lines, and key features. platform: flutter control: Cartesian Charts documentation: ug --- -# Axis customization in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Axis Customization Guide (SfCartesianChart) ## Common axis features diff --git a/Flutter/cartesian-charts/axis-types.md b/Flutter/cartesian-charts/axis-types.md index 41c722fd5..ee464be39 100644 --- a/Flutter/cartesian-charts/axis-types.md +++ b/Flutter/cartesian-charts/axis-types.md @@ -1,13 +1,13 @@ --- layout: post -title: Axis types in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about available Axis types of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Axis Types in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to explore axis types in Syncfusion Flutter Cartesian Charts—learn about numeric, category, date-time axes, and key features. platform: flutter control: Chart documentation: ug --- -# Axis types in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Axis Types Guide (SfCartesianChart) Charts typically have two axes that are used to measure and categorize data: a vertical (Y) axis, and a horizontal (X) axis. diff --git a/Flutter/cartesian-charts/callbacks.md b/Flutter/cartesian-charts/callbacks.md index 27b8235db..29f009f6c 100644 --- a/Flutter/cartesian-charts/callbacks.md +++ b/Flutter/cartesian-charts/callbacks.md @@ -1,13 +1,13 @@ --- layout: post -title: Callbacks in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about available Callbacks feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Callback in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize callback events in Syncfusion Flutter Cartesian Charts—handle tooltip, data label, legend, and configure key features. platform: flutter control: Chart documentation: ug --- -# Callbacks in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Callback Events Guide (SfCartesianChart) This document describes the callbacks available for the Cartesian chart diff --git a/Flutter/cartesian-charts/chart-appearance.md b/Flutter/cartesian-charts/chart-appearance.md index 3c5a11039..7d2333470 100644 --- a/Flutter/cartesian-charts/chart-appearance.md +++ b/Flutter/cartesian-charts/chart-appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: Customization in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Customization in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize chart appearance in Syncfusion Flutter Cartesian Charts—learn to set chart size, margin, border, and more key features. platform: flutter control: Chart documentation: ug --- -# Customization in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Customization Guide (SfCartesianChart) ## Chart sizing diff --git a/Flutter/cartesian-charts/chart-types/area-chart.md b/Flutter/cartesian-charts/chart-types/area-chart.md index 8eea3b8c6..0a18cb0bf 100644 --- a/Flutter/cartesian-charts/chart-types/area-chart.md +++ b/Flutter/cartesian-charts/chart-types/area-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Area Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about area chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Area Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Area Chart in Syncfusion Flutter Cartesian Charts—add area series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Area Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Area Chart Guide (SfCartesianChart) To create a Flutter area chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/bar-chart.md b/Flutter/cartesian-charts/chart-types/bar-chart.md index b856778fc..3bb36cbbf 100644 --- a/Flutter/cartesian-charts/chart-types/bar-chart.md +++ b/Flutter/cartesian-charts/chart-types/bar-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Bar Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about bar chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Bar Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Bar Chart in Syncfusion Flutter Cartesian Charts—add bar series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Bar Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Bar Chart Guide (SfCartesianChart) To create a Flutter bar chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/bubble-chart.md b/Flutter/cartesian-charts/chart-types/bubble-chart.md index 584790e5a..7b6649f37 100644 --- a/Flutter/cartesian-charts/chart-types/bubble-chart.md +++ b/Flutter/cartesian-charts/chart-types/bubble-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Bubble Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about bubble chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Bubble Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Bubble Chart in Syncfusion Flutter Cartesian Charts—add bubble series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Bubble Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Bubble Chart Guide (SfCartesianChart) To render a bubble chart, create an instance of [`BubbleSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/BubbleSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). diff --git a/Flutter/cartesian-charts/chart-types/candle-chart.md b/Flutter/cartesian-charts/chart-types/candle-chart.md index 4cff2e63c..3c37325a9 100644 --- a/Flutter/cartesian-charts/chart-types/candle-chart.md +++ b/Flutter/cartesian-charts/chart-types/candle-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Candle Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about candle chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Candle Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Candle Chart in Syncfusion Flutter Cartesian Charts—add candle series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Candle Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Candle Chart Guide (SfCartesianChart) To create a Flutter candle chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/column-chart.md b/Flutter/cartesian-charts/chart-types/column-chart.md index 733cf0463..6e8af8410 100644 --- a/Flutter/cartesian-charts/chart-types/column-chart.md +++ b/Flutter/cartesian-charts/chart-types/column-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Column Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about column chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Column Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Column Chart in Syncfusion Flutter Cartesian Charts—add column series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Column Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Column Chart Guide (SfCartesianChart) To render a column chart, create an instance of [`ColumnSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ColumnSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance: diff --git a/Flutter/cartesian-charts/chart-types/fast-line-chart.md b/Flutter/cartesian-charts/chart-types/fast-line-chart.md index 73a2d599a..d3e58857b 100644 --- a/Flutter/cartesian-charts/chart-types/fast-line-chart.md +++ b/Flutter/cartesian-charts/chart-types/fast-line-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Fast line Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about fast line chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Fast Line Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Fast Line Chart in Syncfusion Flutter Cartesian Charts—add fast line series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Fast line Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Fast Line Chart Guide (SfCartesianChart) [`FastLineSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/FastLineSeries-class.html) is a line chart that loads faster than [`LineSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/LineSeries-class.html). You can use this when there are a large number of points to be loaded in a chart. To render a fast line chart, create an instance of [`FastLineSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/FastLineSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). The following properties can be used to customize the appearance of fast line segment: diff --git a/Flutter/cartesian-charts/chart-types/range-column-chart.md b/Flutter/cartesian-charts/chart-types/range-column-chart.md index e5265913a..6709ab2f2 100644 --- a/Flutter/cartesian-charts/chart-types/range-column-chart.md +++ b/Flutter/cartesian-charts/chart-types/range-column-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Range column Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about range column chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Range Column Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Range Column Chart in Syncfusion Flutter Cartesian Charts—add range column series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Range column Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Range Column Chart Guide (SfCartesianChart) To create a Flutter range column chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/scatter-chart.md b/Flutter/cartesian-charts/chart-types/scatter-chart.md index ea36ee89e..f664bebf0 100644 --- a/Flutter/cartesian-charts/chart-types/scatter-chart.md +++ b/Flutter/cartesian-charts/chart-types/scatter-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Scatter Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about scatter chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Scatter Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Scatter Chart in Syncfusion Flutter Cartesian Charts—add scatter series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Scatter Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Scatter Chart Guide (SfCartesianChart) To render a scatter chart, create an instance of [`ScatterSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ScatterSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html). The following properties can be used to customize the scatter segment appearance. diff --git a/Flutter/cartesian-charts/chart-types/spline-area-chart.md b/Flutter/cartesian-charts/chart-types/spline-area-chart.md index 009acc6d3..cb960fa69 100644 --- a/Flutter/cartesian-charts/chart-types/spline-area-chart.md +++ b/Flutter/cartesian-charts/chart-types/spline-area-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Spline area Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about spline area chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Spline Area Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize Spline Area Chart in Syncfusion Flutter Cartesian Charts—add, style, and configure spline area series, and key features. platform: flutter control: Chart documentation: ug --- -# Spline area Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Spline Area Chart Guide (SfCartesianChart) To render a spline area chart, create an instance of [`SplineAreaSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SplineAreaSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance of the spline area chart: diff --git a/Flutter/cartesian-charts/chart-types/spline-chart.md b/Flutter/cartesian-charts/chart-types/spline-chart.md index 4dbbc22b3..7d55f97e9 100644 --- a/Flutter/cartesian-charts/chart-types/spline-chart.md +++ b/Flutter/cartesian-charts/chart-types/spline-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Spline Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about spline chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Spline Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Spline Chart in Syncfusion Flutter Cartesian Charts—add spline series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Spline Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Spline Chart Guide (SfCartesianChart) To render a spline chart, create an instance of [`SplineSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SplineSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance of the spline segment: diff --git a/Flutter/cartesian-charts/chart-types/stacked-bar-chart.md b/Flutter/cartesian-charts/chart-types/stacked-bar-chart.md index 540ca4424..2bef344d9 100644 --- a/Flutter/cartesian-charts/chart-types/stacked-bar-chart.md +++ b/Flutter/cartesian-charts/chart-types/stacked-bar-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Stacked bar Chart in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about stacked bar chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Stacked Bar Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Stacked Bar Chart in Syncfusion Flutter Cartesian Charts—add stacked bar series, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Stacked bar Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Stacked Bar Chart Guide (SfCartesianChart) To create a Flutter stacked bar chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/stacked-column-chart.md b/Flutter/cartesian-charts/chart-types/stacked-column-chart.md index 999d42a41..f5b9b0b76 100644 --- a/Flutter/cartesian-charts/chart-types/stacked-column-chart.md +++ b/Flutter/cartesian-charts/chart-types/stacked-column-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Stacked column Chart in Flutter Cartesian Charts | Syncfusion -description: Learn here all about stacked column chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Stacked Column Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Stacked Column Chart in Syncfusion Flutter Cartesian Charts—add stacked column series, and configure key features. platform: flutter control: Chart documentation: ug --- -# Stacked column Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Stacked Column Chart Guide (SfCartesianChart) To create a Flutter stacked column chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/chart-types/stacked-line-chart.md b/Flutter/cartesian-charts/chart-types/stacked-line-chart.md index 207580857..443809f31 100644 --- a/Flutter/cartesian-charts/chart-types/stacked-line-chart.md +++ b/Flutter/cartesian-charts/chart-types/stacked-line-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Stacked line Chart in Flutter Cartesian Charts | Syncfusion -description: Learn here all about stacked line chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Stacked Line Chart in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create and customize Stacked Line Chart in Syncfusion Flutter Cartesian Charts—add stacked line series, and configure key features. platform: flutter control: Chart documentation: ug --- -# Stacked Line Chart in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Stacked Line Chart Guide (SfCartesianChart) To create a Flutter stacked line chart quickly, you can check this video. diff --git a/Flutter/cartesian-charts/charts-type.md b/Flutter/cartesian-charts/charts-type.md index 208aa0937..3a1184388 100644 --- a/Flutter/cartesian-charts/charts-type.md +++ b/Flutter/cartesian-charts/charts-type.md @@ -1,13 +1,13 @@ --- layout: post -title: Chart Types in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about available chart types of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Chart Types in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to explore chart types in Syncfusion Flutter Cartesian Charts—compare, select, and configure key features for each type. platform: flutter control: Chart documentation: ug --- -# Chart Types in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Chart Types Guide (SfCartesianChart) This page helps to navigate to the Chart types available in the Syncfusion® Flutter Cartesian Charts widgets. diff --git a/Flutter/cartesian-charts/export-cartesian-chart.md b/Flutter/cartesian-charts/export-cartesian-chart.md index bf0702bac..6864c17d4 100644 --- a/Flutter/cartesian-charts/export-cartesian-chart.md +++ b/Flutter/cartesian-charts/export-cartesian-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Exporting in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Exporting feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Exporting in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to export Syncfusion Flutter Cartesian Charts (SfCartesianChart) as images or PDF—learn to export charts programmatically, customize export settings, and more key features. platform: flutter control: Chart documentation: ug --- -# Exporting in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Exporting Guide (SfCartesianChart) [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart-class.html) provides support to export the Cartesian chart as a PNG image or as a PDF document. diff --git a/Flutter/cartesian-charts/getting-started.md b/Flutter/cartesian-charts/getting-started.md index 9abe2aa87..b2e58fac0 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 -description: Learn here about getting started with Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, its elements, and more. +title: Getting started with Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Cartesian Charts—add dependencies, import, create SfCartesianChart, and configure key features. platform: flutter control: Chart documentation: ug --- -# Getting started with Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Getting Started Guide (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. diff --git a/Flutter/cartesian-charts/how-to/custom-widget-on-flutterflow.md b/Flutter/cartesian-charts/how-to/custom-widget-on-flutterflow.md index 97323e9a1..2d2d21a66 100644 --- a/Flutter/cartesian-charts/how-to/custom-widget-on-flutterflow.md +++ b/Flutter/cartesian-charts/how-to/custom-widget-on-flutterflow.md @@ -1,7 +1,7 @@ --- layout: post -title: Cartesian Charts Widget in FlutterFlow | Syncfusion -description: Learn here all about adding Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget in FlutterFlow. +title: Add Syncfusion Cartesian Charts Widget in FlutterFlow | Syncfusion +description: Step-by-step guide to add and use Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget in FlutterFlow—learn to create a custom widget, add dependencies, import packages, use code snippets, and integrate charts visually. platform: flutter control: Chart documentation: ug diff --git a/Flutter/cartesian-charts/legend.md b/Flutter/cartesian-charts/legend.md index e12c0a059..78fbe34bf 100644 --- a/Flutter/cartesian-charts/legend.md +++ b/Flutter/cartesian-charts/legend.md @@ -1,13 +1,13 @@ --- layout: post -title: Legend in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Legend feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Legend in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize legends in Syncfusion Flutter Cartesian Charts—enable, position, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Legend in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Legend Guide (SfCartesianChart) The [`legend`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/legend.html) contains a list of chart series/data points in chart. The information provided in each legend item helps to identify the corresponding data series in chart. diff --git a/Flutter/cartesian-charts/marker-datalabel.md b/Flutter/cartesian-charts/marker-datalabel.md index 00043ef92..92c1de9c4 100644 --- a/Flutter/cartesian-charts/marker-datalabel.md +++ b/Flutter/cartesian-charts/marker-datalabel.md @@ -1,13 +1,13 @@ --- layout: post -title: Marker and data label in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Marker and data label feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Marker and Data Label Customization in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize markers and data labels in Syncfusion Flutter Cartesian Charts—enable, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Marker and data label in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Marker and Data Label Guide (SfCartesianChart) ## Marker diff --git a/Flutter/cartesian-charts/methods.md b/Flutter/cartesian-charts/methods.md index fe26c3ec8..fb0d3e21e 100644 --- a/Flutter/cartesian-charts/methods.md +++ b/Flutter/cartesian-charts/methods.md @@ -1,13 +1,13 @@ --- layout: post -title: Methods in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about available Methods of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Methods in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to use methods in Syncfusion Flutter Cartesian Charts—show or hide tooltips, trackball, zoom, and configure key features. platform: flutter control: Chart documentation: ug --- -# Methods in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Methods Guide (SfCartesianChart) ## Methods in Plot band diff --git a/Flutter/cartesian-charts/multiple-charts.md b/Flutter/cartesian-charts/multiple-charts.md index 2345749d2..0dc95c8c2 100644 --- a/Flutter/cartesian-charts/multiple-charts.md +++ b/Flutter/cartesian-charts/multiple-charts.md @@ -1,14 +1,13 @@ --- layout: post -title: Multiple Charts in Flutter Cartesian Charts | Syncfusion -description: Learn here all about Combinational Charts of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Multiple Charts in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to create multiple charts in Syncfusion Flutter Cartesian Charts—add series, use axes, combine types, and configure key features. platform: flutter control: Chart documentation: ug --- -# Multiple Charts in Flutter Cartesian Charts (SfCartesianChart) - +# Flutter Cartesian Charts Multiple Charts Guide (SfCartesianChart) ## Multiple series diff --git a/Flutter/cartesian-charts/overview.md b/Flutter/cartesian-charts/overview.md index 5a2908c6f..2faac7b78 100644 --- a/Flutter/cartesian-charts/overview.md +++ b/Flutter/cartesian-charts/overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about introduction of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, its features, and more. +title: Overview of Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to Syncfusion Flutter Cartesian Charts—explore chart types, axis types, legends, and configure key features for Flutter apps. platform: flutter control: Chart documentation: ug --- -# Flutter Cartesian Charts (SfCartesianChart) Overview +# Flutter Cartesian Charts Overview (SfCartesianChart) Syncfusion® Flutter Cartesian Charts (SfCartesianChart) widget is written natively in Dart for creating beautiful and high-performance Cartesian charts, which are used to craft high-quality applications using Flutter. diff --git a/Flutter/cartesian-charts/series-customization.md b/Flutter/cartesian-charts/series-customization.md index d67e17e0d..ba11ceecc 100644 --- a/Flutter/cartesian-charts/series-customization.md +++ b/Flutter/cartesian-charts/series-customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Series customization in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Series customization of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Series Customization in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize series in Syncfusion Flutter Cartesian Charts—enable animation, handle empty points, and configure key features. platform: flutter control: Chart documentation: ug --- -# Series customization in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Series Customization Guide (SfCartesianChart) ## Animation diff --git a/Flutter/cartesian-charts/technical-indicators.md b/Flutter/cartesian-charts/technical-indicators.md index bbb14e1c8..60f5cc218 100644 --- a/Flutter/cartesian-charts/technical-indicators.md +++ b/Flutter/cartesian-charts/technical-indicators.md @@ -1,14 +1,13 @@ --- layout: post -title: Technical indicators in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Technical indicators feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Technical Indicators in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to add technical indicators in Syncfusion Flutter Cartesian Charts—configure AD, ATR, EMA, MACD, RSI, and key features. platform: flutter control: Chart documentation: ug --- -# Technical indicators in Flutter Cartesian Charts (SfCartesianChart) - +# Flutter Cartesian Charts Technical Indicators Guide (SfCartesianChart) The different types of technical indicators available in the chart are as follows: diff --git a/Flutter/cartesian-charts/tooltip.md b/Flutter/cartesian-charts/tooltip.md index b848c062c..4fd027174 100644 --- a/Flutter/cartesian-charts/tooltip.md +++ b/Flutter/cartesian-charts/tooltip.md @@ -1,13 +1,13 @@ --- layout: post -title: Tooltip in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Tooltip feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Tooltip in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize tooltips in Syncfusion Flutter Cartesian Charts—enable, format, style tooltips, and configure key features. platform: flutter control: Chart documentation: ug --- -# Tooltip in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Tooltip Guide (SfCartesianChart) Chart provides tooltip support for all the series. It is used to show information about the segment when you tap on the segment. To enable the tooltip, you can set the [`enable`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/TooltipBehavior/enable.html) property of [`tooltipBehavior`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/TooltipBehavior-class.html) to *true*. By default, the tooltip is set to *false*. You need to set [`enableTooltip`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/enableTooltip.html) property to *true* to enable tooltip for a particular series alone. diff --git a/Flutter/cartesian-charts/trackball-crosshair.md b/Flutter/cartesian-charts/trackball-crosshair.md index d11a4c201..4709ec42c 100644 --- a/Flutter/cartesian-charts/trackball-crosshair.md +++ b/Flutter/cartesian-charts/trackball-crosshair.md @@ -1,13 +1,13 @@ --- layout: post -title: Trackball and Crosshair in Flutter Cartesian Charts | Syncfusion -description: Learn here all about trackball and crosshair feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Trackball and Crosshair Customization in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to customize trackball and crosshair in Syncfusion Flutter Cartesian Charts—enable, format, style, and configure key features. platform: flutter control: Chart documentation: ug --- -# Trackball and Crosshair in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Trackball and Crosshair Guide (SfCartesianChart) ## Trackball diff --git a/Flutter/cartesian-charts/zoom-pan.md b/Flutter/cartesian-charts/zoom-pan.md index 6f382764d..affbce8b1 100644 --- a/Flutter/cartesian-charts/zoom-pan.md +++ b/Flutter/cartesian-charts/zoom-pan.md @@ -1,13 +1,13 @@ --- layout: post -title: Zooming and Panning in Flutter Cartesian Charts widget | Syncfusion -description: Learn here all about Zooming and Panning feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more. +title: Zooming and Panning in Flutter Cartesian Charts | Syncfusion +description: Step-by-step guide to enable zooming and panning in Syncfusion Flutter Cartesian Charts—use pinch, double-tap, selection, and configure key features. platform: flutter control: Chart documentation: ug --- -# Zooming and Panning in Flutter Cartesian Charts (SfCartesianChart) +# Flutter Cartesian Charts Zooming and Panning Guide (SfCartesianChart) ## Pinch zooming diff --git a/Flutter/circular-charts/chart-types/doughnut-chart.md b/Flutter/circular-charts/chart-types/doughnut-chart.md index aaf6ce9aa..e0f7b43fb 100644 --- a/Flutter/circular-charts/chart-types/doughnut-chart.md +++ b/Flutter/circular-charts/chart-types/doughnut-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Doughnut Chart in Flutter Circular Charts widget | Syncfusion -description: Learn here all about doughnut chart of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Doughnut Chart in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize Doughnut Chart in Syncfusion Flutter Circular Charts—add, style, and configure doughnut series, and key features. platform: flutter control: Chart documentation: ug --- -# Doughnut Chart in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Doughnut Chart Guide (SfCircularChart) To create a Flutter doughnut chart quickly, you can check this video. diff --git a/Flutter/circular-charts/chart-types/pie-chart.md b/Flutter/circular-charts/chart-types/pie-chart.md index e34374695..5752da2c5 100644 --- a/Flutter/circular-charts/chart-types/pie-chart.md +++ b/Flutter/circular-charts/chart-types/pie-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Pie Chart in Flutter Circular Charts widget | Syncfusion -description: Learn here all about pie chart of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Pie Chart in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize Pie Chart in Syncfusion Flutter Circular Charts—add, style, and configure pie series, and key features. platform: flutter control: Chart documentation: ug --- -# Pie Chart in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Pie Chart Guide (SfCircularChart) To create a Flutter pie chart quickly, you can check this video. diff --git a/Flutter/circular-charts/chart-types/radial-bar-chart.md b/Flutter/circular-charts/chart-types/radial-bar-chart.md index 2ae441199..83df78fe1 100644 --- a/Flutter/circular-charts/chart-types/radial-bar-chart.md +++ b/Flutter/circular-charts/chart-types/radial-bar-chart.md @@ -1,13 +1,14 @@ --- layout: post -title: Radial bar Chart in Flutter Circular Charts widget | Syncfusion -description: Learn here all about radial bar chart of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Radial Bar Chart in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize Radial Bar Chart in Syncfusion Flutter Circular Charts—add, style, and configure radial bar series, and key features. platform: flutter control: Chart documentation: ug --- -# Radial bar Chart in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Radial Bar Chart Guide (SfCircularChart) + To create a Flutter radial bar chart quickly, you can check this video. diff --git a/Flutter/circular-charts/circular-series-customization.md b/Flutter/circular-charts/circular-series-customization.md index e7b7c3cf6..ee7a8f701 100644 --- a/Flutter/circular-charts/circular-series-customization.md +++ b/Flutter/circular-charts/circular-series-customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Series customization in Flutter Circular Charts widget | Syncfusion -description: Learn here all about Series customization of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Series Customization in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize series in Syncfusion Flutter Circular Charts—add, style, and configure series, and key features. platform: flutter control: Chart documentation: ug --- -# Series customization in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Series customization Guide (SfCircularChart) ## Animation diff --git a/Flutter/circular-charts/datalabel.md b/Flutter/circular-charts/datalabel.md index f80b42e6c..ee524fbfc 100644 --- a/Flutter/circular-charts/datalabel.md +++ b/Flutter/circular-charts/datalabel.md @@ -1,13 +1,13 @@ --- layout: post -title: Data label in Flutter Circular Charts widget | Syncfusion -description: Learn here all about Data label feature of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Data Label in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize data labels in Syncfusion Flutter Circular Charts—add, style, and configure data labels, and key features. platform: flutter control: Chart documentation: ug --- -# Data label in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Data label Guide (SfCircularChart) Data label can be added to a chart series by enabling the [`isVisible`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/DataLabelSettings/isVisible.html) property in the [`dataLabelSettings`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/dataLabelSettings.html). You can use the following properties to customize the appearance. diff --git a/Flutter/circular-charts/getting-started.md b/Flutter/circular-charts/getting-started.md index 00efa5550..0c37d4225 100644 --- a/Flutter/circular-charts/getting-started.md +++ b/Flutter/circular-charts/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Circular Charts widget | Syncfusion -description: Learn here about getting started with Syncfusion Flutter Circular Charts (SfCircularChart) widget, its elements, and more. +title: Getting Started with Flutter Circular Charts | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Circular Charts—add dependencies, import, create SfCircularChart, and configure key features. platform: flutter control: Chart documentation: ug --- -# Getting started with Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Getting Started Guide (SfCircularChart) 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. diff --git a/Flutter/circular-charts/legend.md b/Flutter/circular-charts/legend.md index 697719fb8..4e7a60ab2 100644 --- a/Flutter/circular-charts/legend.md +++ b/Flutter/circular-charts/legend.md @@ -1,13 +1,13 @@ --- layout: post -title: Legend in Flutter Circular Charts widget | Syncfusion -description: Learn here all about Legend feature of Syncfusion Flutter Circular Charts (SfCircularChart) widget and more. +title: Legend in Flutter Circular Charts | Syncfusion +description: Step-by-step guide to create and customize legend in Syncfusion Flutter Circular Charts—add, style, and configure legend, and key features. platform: flutter control: Chart documentation: ug --- -# Legend in Flutter Circular Charts (SfCircularChart) +# Flutter Circular Charts Legend Guide (SfCircularChart) The [`legend`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCircularChart/legend.html) contains list of data points in chart. The information provided in each legend item helps to identify the corresponding data points in chart. diff --git a/Flutter/funnel-chart/tooltip.md b/Flutter/funnel-chart/tooltip.md index 2e28e06ac..9bfd9b5b9 100644 --- a/Flutter/funnel-chart/tooltip.md +++ b/Flutter/funnel-chart/tooltip.md @@ -1,13 +1,13 @@ --- layout: post -title: Tooltip in Flutter Funnel Chart widget | Syncfusion -description: Learn here all about Tooltip feature of Syncfusion Flutter Funnel Chart (SfFunnelChart) widget and more. +title: Tooltip in Flutter Funnel Chart | Syncfusion +description: Step-by-step guide to customize tooltips in Syncfusion Flutter Funnel Chart—enable, format, style tooltips, set activation modes, and key features. platform: flutter control: Chart documentation: ug --- -# Tooltip in Flutter Funnel Chart (SfFunnelChart) +# Flutter Funnel Chart Tooltip Guide (SfFunnelChart) Chart provides tooltip support for all the series. It is used to show information about the segment when you tap on the segment. To enable the tooltip, you need to set [`enableTooltip`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/enableTooltip.html) property as true. diff --git a/Flutter/introduction/overview.md b/Flutter/introduction/overview.md index c863f274c..a1404a7fb 100644 --- a/Flutter/introduction/overview.md +++ b/Flutter/introduction/overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Essential Studio® Flutter | Syncfusion -description: Learn here all about introduction of Syncfusion Essential Studio® Flutter, its elements, features and more. +title: Overview of Syncfusion® Flutter Widgets | Syncfusion +description: Comprehensive introduction to Syncfusion Flutter widgets—explore features, documentation structure, API references, code examples, demos, video tutorials, and support resources for building high-quality cross-platform apps. platform: flutter control: Overview documentation: ug --- -# Introduction to Syncfusion® Flutter Widgets Documentation +# Overview of Syncfusion® Flutter Widgets Documentation The Syncfusion® [Flutter Widgets](https://www.syncfusion.com/flutter-widgets) are a set of [advanced custom widgets and file formats packages](https://pub.dev/publishers/syncfusion.com/packages) needed to create rich and high-quality cross-platform applications in iOS, Android, and Web using a single code base. This article gives you a quick overview of how to read the Flutter widgets documentation and other help resources such as video tutorials, code examples, demos, and the knowledge base. diff --git a/Flutter/maps/getting-started.md b/Flutter/maps/getting-started.md index 7650453c8..1a7b2ebb5 100644 --- a/Flutter/maps/getting-started.md +++ b/Flutter/maps/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Maps widget | Syncfusion -description: Learn here about getting started with Syncfusion Flutter Maps (SfMaps) widget, its elements, and more. +title: Getting Started with Flutter Maps | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Maps—add dependencies, import, create SfMaps, and configure key features. platform: flutter control: SfMaps documentation: ug --- -# Getting started with Flutter Maps (SfMaps) +# Flutter Maps Getting Started Guide (SfMaps) This section explains the steps required to add the maps widget with shape layer and its elements such as data labels, tooltip, assignable colors based on region, and legends. It also explains about adding tile layer with OpenStreetMap. This section covers only basic features needed to know to get started with Syncfusion® maps. diff --git a/Flutter/radial-gauge/getting-started.md b/Flutter/radial-gauge/getting-started.md index 6c6599169..c14d4b062 100644 --- a/Flutter/radial-gauge/getting-started.md +++ b/Flutter/radial-gauge/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Radial Gauge widget | Syncfusion -description: Learn here about getting started with Syncfusion Flutter Radial Gauge (SfRadialGauge) control, its elements, and more. +title: Getting Started with Flutter Radial Gauge | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Radial Gauge—add dependencies, import, create SfRadialGauge, and configure key features. platform: flutter control: SfRadialGauge documentation: ug --- -# Getting started with Flutter Radial Gauge (SfRadialGauge) +# Flutter Radial Gauge Getting Started Guide (SfRadialGauge) This section explains the steps required to add the Flutter [Radial Gauge](https://www.syncfusion.com/flutter-widgets/flutter-radial-gauge) and its elements such as title, axis, range, pointer and annotation. This section covers only the basic features needed to get started with Syncfusion® radial gauge. diff --git a/Flutter/range-slider/getting-started.md b/Flutter/range-slider/getting-started.md index ad16d25d8..b839bad8e 100644 --- a/Flutter/range-slider/getting-started.md +++ b/Flutter/range-slider/getting-started.md @@ -1,13 +1,14 @@ --- layout: post -title: Getting started with Flutter Range Slider widget | Syncfusion -description: Learn here about getting started with Syncfusion Flutter Range Slider (SfRangeSlider) widget, its elements, and more. +title: Getting Started with Flutter Range Slider | Syncfusion +description: Step-by-step guide to set up Syncfusion Flutter Range Slider—add dependencies, import, create SfRangeSlider, and configure key features. platform: flutter control: SfRangeSlider documentation: ug --- -# Getting started with Flutter Range Slider (SfRangeSlider) +# Flutter Range Slider Getting Started Guide (SfRangeSlider) + This section explains the steps required to add the range slider widget and its elements such as numeric and date values, ticks, labels and tooltips. This section covers only basic features needed to know to get started with Syncfusion® range slider. To get start quickly with our Flutter Range Slider widget, you can check out this video.