diff --git a/chart-sdk/maui/Cartesian-Charts/AI-Powered-Data-Processing.md b/chart-sdk/maui/Cartesian-Charts/AI-Powered-Data-Processing.md index 88fd72eec2..d4b7972b7d 100644 --- a/chart-sdk/maui/Cartesian-Charts/AI-Powered-Data-Processing.md +++ b/chart-sdk/maui/Cartesian-Charts/AI-Powered-Data-Processing.md @@ -12,9 +12,9 @@ keywords: .net maui chart AI data cleaning, maui chart data, .net maui chart dat Raw datasets often contain missing values, outliers, or noise that can distort visualizations and analysis. This is common in web traffic data, which may have gaps or spikes. Before visualizing such data, it’s essential to clean it. -This guide shows how to use Azure OpenAI to clean and preprocessing e-commerce website traffic data, then visualize the results using [Syncfusion .NET MAUI Cartesian Chart](https://help.syncfusion.com/maui/cartesian-charts/getting-started). +This guide shows how to use Azure OpenAI to clean and preprocessing e-commerce website traffic data, then visualize the results using [Syncfusion .NET MAUI Cartesian Chart](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Integrating Azure OpenAI for cleaning and preprocessing the data diff --git a/chart-sdk/maui/Cartesian-Charts/AI-Powered-Stock-forecasting-in-Candle-Chart.md b/chart-sdk/maui/Cartesian-Charts/AI-Powered-Stock-forecasting-in-Candle-Chart.md index 67444c78b4..ebb0dfb721 100644 --- a/chart-sdk/maui/Cartesian-Charts/AI-Powered-Stock-forecasting-in-Candle-Chart.md +++ b/chart-sdk/maui/Cartesian-Charts/AI-Powered-Stock-forecasting-in-Candle-Chart.md @@ -12,7 +12,7 @@ keywords: .net maui chart AI forecasting, maui chart stock, .net maui chart data This guide demonstrates how to build an AI-powered [.NET MAUI Cartesian Chart Candle series](https://help.syncfusion.com/maui/cartesian-charts/candle) that forecasts stock prices for the next 45 days, helping traders make informed decisions using Syncfusion controls and Azure OpenAI. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Integrating Azure OpenAI for Stock Forecasting diff --git a/chart-sdk/maui/Cartesian-Charts/Add-custom-labels.md b/chart-sdk/maui/Cartesian-Charts/Add-custom-labels.md index cd469036cd..06c6f1afbf 100644 --- a/chart-sdk/maui/Cartesian-Charts/Add-custom-labels.md +++ b/chart-sdk/maui/Cartesian-Charts/Add-custom-labels.md @@ -18,7 +18,7 @@ Keywords: .net maui chart custom axis labels, .net maui chart axis label customi * [VisibleMinimum](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_VisibleMinimum) - Gets the `double` value representing the minimum value of the visible axis range. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Annotation.md b/chart-sdk/maui/Cartesian-Charts/Annotation.md index 259c180085..ef1969682a 100644 --- a/chart-sdk/maui/Cartesian-Charts/Annotation.md +++ b/chart-sdk/maui/Cartesian-Charts/Annotation.md @@ -16,7 +16,7 @@ keywords: .net maui cartesian chart annotations, .net maui annotations customiza * Shape annotation * View annotation -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. To learn how to add and customize annotations in .NET MAUI Cartesian Charts quickly, you can check the below video. diff --git a/chart-sdk/maui/Cartesian-Charts/Appearance.md b/chart-sdk/maui/Cartesian-Charts/Appearance.md index 1614bd19eb..6344bed241 100644 --- a/chart-sdk/maui/Cartesian-Charts/Appearance.md +++ b/chart-sdk/maui/Cartesian-Charts/Appearance.md @@ -11,7 +11,7 @@ keywords: .net maui cartesian chart appearance, .net maui chart appearance custo # Appearance in .NET MAUI Cartesian Chart The appearance of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html) can be customized by using the predefined brushes, custom brushes and gradient, which allows to enrich the application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Add a title diff --git a/chart-sdk/maui/Cartesian-Charts/Area.md b/chart-sdk/maui/Cartesian-Charts/Area.md index 707baaabf9..538111a9b9 100644 --- a/chart-sdk/maui/Cartesian-Charts/Area.md +++ b/chart-sdk/maui/Cartesian-Charts/Area.md @@ -16,7 +16,7 @@ The area chart is rendered by using a collection of line segments connected to f N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/AutoScrollingDelta.md b/chart-sdk/maui/Cartesian-Charts/Axis/AutoScrollingDelta.md index 20f8ee1a1d..db8e284567 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/AutoScrollingDelta.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/AutoScrollingDelta.md @@ -14,7 +14,7 @@ Auto-scrolling in .NET MAUI Cartesian Chart ensures that a specified range of da By adding [ChartZoomPanBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartZoomPanBehavior.html) to the chart, you can manually scroll to view previous data points. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Axislabels.md b/chart-sdk/maui/Cartesian-Charts/Axis/Axislabels.md index fc5a2df755..d550f277af 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Axislabels.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Axislabels.md @@ -12,7 +12,7 @@ keywords: .net maui chart axis labels, axis labels customization .net maui, sync Axis labels display the units, measures, or category values of an axis to help users understand the data. They are generated based on the range and the values bound to [XBindingPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_XBindingPath) or [YBindingPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.XYDataSeries.html#Syncfusion_Maui_Charts_XYDataSeries_YBindingPath) properties of the series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Positioning the labels diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Axisline.md b/chart-sdk/maui/Cartesian-Charts/Axis/Axisline.md index c7134741f7..94df8abfe8 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Axisline.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Axisline.md @@ -12,7 +12,7 @@ keywords: .net maui chart axis line, .net maui chart axis customization, .net ma The axis line in .NET MAUI Cartesian Chart visually represents the axis itself in the chart area. You can customize its appearance, including stroke color, width, and dash patterns, using the [AxisLineStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_AxisLineStyle) property. Additionally, you can control the spacing between the axis and the chart area using the [AxisLineOffset](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_AxisLineOffset) property. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Cartesian Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Customizing axis line style diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Gridlines.md b/chart-sdk/maui/Cartesian-Charts/Axis/Gridlines.md index eaf27c2ad9..44da3f4bea 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Gridlines.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Gridlines.md @@ -14,7 +14,7 @@ keywords: .net maui cartesian chart grid lines, .net maui cartesian chart grid c By default, major gridlines are automatically added to the [ChartAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html) in its defined intervals. The visibility of the major gridlines can be controlled using the [ShowMajorGridLines](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_ShowMajorGridLines) property. The default value of [ShowMajorGridLines](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_ShowMajorGridLines) is `true`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/MultiLevelLabels.md b/chart-sdk/maui/Cartesian-Charts/Axis/MultiLevelLabels.md index cbcc2b4e9d..c39c25cdd9 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/MultiLevelLabels.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/MultiLevelLabels.md @@ -10,7 +10,7 @@ keywords: .net maui cartesian charts, .net maui multi-level labels, cartesian ch # Multi-Level Labels in .NET MAUI Cartesian Chart -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. Multi-level labels allow you to display multiple hierarchy levels of labels on the chart axes. This feature is particularly useful for categorizing data at different levels of detail, providing better organization and readability of large datasets. Multi-level labels can be applied to any [ChartAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html) in the Cartesian chart. diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Padding.md b/chart-sdk/maui/Cartesian-Charts/Axis/Padding.md index 1fa17ef02e..af0ed18478 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Padding.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Padding.md @@ -14,7 +14,7 @@ keywords: .net maui cartesian chart axis padding, .net maui cartesian chart axis The [PlotOffsetStart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_PlotOffsetStart) property, of type `double` and measured in pixels (px), is used to provide padding to the axis at the start position. The default value is `0`. The following code sample demonstrates the padding applied to the start position for both the X and Y axes. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Range-padding.md b/chart-sdk/maui/Cartesian-Charts/Axis/Range-padding.md index fd647addfb..c0f0c26e3b 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Range-padding.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Range-padding.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian chart axis range padding, .net maui cartesian char Range padding is used to set the minimum and maximum extremes of the chart axis range by using the [RangePadding](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.NumericalAxis.html#Syncfusion_Maui_Charts_NumericalAxis_RangePadding) property. The [RangePadding](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html#Syncfusion_Maui_Charts_RangeAxisBase_RangePadding) property, available on axes derived from [RangeAxisBase](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html) such as [NumericalAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.NumericalAxis.html), [DateTimeAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeAxis.html), and [LogarithmicAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.LogarithmicAxis.html), can be used to add padding to the range of the chart axis. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Numerical Range Padding diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Ticklines.md b/chart-sdk/maui/Cartesian-Charts/Axis/Ticklines.md index 2a7a73bb2d..31dca99675 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Ticklines.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Ticklines.md @@ -14,7 +14,7 @@ Tick lines are the small lines which are drawn on the axis line representing the Minor tick lines can also be added to the axis by defining the [MinorTicksPerInterval](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html#Syncfusion_Maui_Charts_RangeAxisBase_MinorTicksPerInterval) property, of type `int` with a default value of `0`. This property is available on axes derived from [RangeAxisBase](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html) and will add the minor tick lines to every interval based on the value. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> For the category axis, minor tick lines are not applicable because it is rendered based on index positions. diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Title.md b/chart-sdk/maui/Cartesian-Charts/Axis/Title.md index b0b27c8d46..f4a5a56528 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Title.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Title.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian charts, .net maui axis title, cartesian chart axis The [Title](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_Title) property is used to set the title for the chart axis. The axis does not display a title by default. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Axis/Types.md b/chart-sdk/maui/Cartesian-Charts/Axis/Types.md index 6b2dc58670..742a941bf6 100644 --- a/chart-sdk/maui/Cartesian-Charts/Axis/Types.md +++ b/chart-sdk/maui/Cartesian-Charts/Axis/Types.md @@ -18,7 +18,7 @@ Cartesian chart supports the following types of chart axis: * [DateTimeCategoryAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeCategoryAxis.html) * [LogarithmicAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.LogarithmicAxis.html) -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Numerical Axis diff --git a/chart-sdk/maui/Cartesian-Charts/BarChart.md b/chart-sdk/maui/Cartesian-Charts/BarChart.md index d7dcf45951..5382002860 100644 --- a/chart-sdk/maui/Cartesian-Charts/BarChart.md +++ b/chart-sdk/maui/Cartesian-Charts/BarChart.md @@ -16,7 +16,7 @@ N> By default, the [IsTransposed](https://help.syncfusion.com/cr/maui/Syncfusion N> The Cartesian chart has `Series` as its default content. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/BoxAndWhisker.md b/chart-sdk/maui/Cartesian-Charts/BoxAndWhisker.md index e8f84d8777..ac1c30b6cf 100644 --- a/chart-sdk/maui/Cartesian-Charts/BoxAndWhisker.md +++ b/chart-sdk/maui/Cartesian-Charts/BoxAndWhisker.md @@ -14,7 +14,7 @@ keywords: .net maui box and whisker chart, maui box and whisker chart, box and w A box plot chart is used to show the distribution of data within a population. To render a box plot chart, create an instance of [BoxAndWhiskerSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.BoxAndWhiskerSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. Box plots are great for comparing the distribution of multiple datasets side by side. By comparing the median, quartiles, and range of the boxes, you can quickly identify differences in the center, spread, and skewness of the distributions. The following code illustrates how to define the series in chart. diff --git a/chart-sdk/maui/Cartesian-Charts/Bubble.md b/chart-sdk/maui/Cartesian-Charts/Bubble.md index 3fc502e230..0bc8ad6562 100644 --- a/chart-sdk/maui/Cartesian-Charts/Bubble.md +++ b/chart-sdk/maui/Cartesian-Charts/Bubble.md @@ -16,7 +16,7 @@ The bubble chart is represented by closely packed circles, whose areas are propo To render a bubble chart, create an instance of [BubbleSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.BubbleSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). The data model must include `XValue`, `YValue`, and `Size` properties; the bubble size is proportional to the value bound via the [SizeValuePath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.BubbleSeries.html#Syncfusion_Maui_Charts_BubbleSeries_SizeValuePath) property. You can constrain the bubble size using the [MinimumRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.BubbleSeries.html#Syncfusion_Maui_Charts_BubbleSeries_MinimumRadius) (default `3`) and [MaximumRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.BubbleSeries.html#Syncfusion_Maui_Charts_BubbleSeries_MaximumRadius) (default `10`) properties. The following code shows how to configure these properties. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Candle.md b/chart-sdk/maui/Cartesian-Charts/Candle.md index 699622a7c0..81203a2053 100644 --- a/chart-sdk/maui/Cartesian-Charts/Candle.md +++ b/chart-sdk/maui/Cartesian-Charts/Candle.md @@ -14,7 +14,7 @@ keywords: .net maui candle chart, candle chart customization .net maui, syncfusi Candle charts are a type of financial chart used to represent the price movement of an asset over time. The chart is made up of a series of rectangular bars, called candlesticks, that represent a specific time, typically one day. To render a candle chart, create an instance of [CandleSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CandleSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Column.md b/chart-sdk/maui/Cartesian-Charts/Column.md index f1ef636ce7..9795d54323 100644 --- a/chart-sdk/maui/Cartesian-Charts/Column.md +++ b/chart-sdk/maui/Cartesian-Charts/Column.md @@ -14,7 +14,7 @@ keywords: .net maui column chart, column chart customization .net maui, syncfusi A column chart is used to plot discrete rectangles for the given data point values. To render a column chart, create an instance of [ColumnSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ColumnSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Crosshair.md b/chart-sdk/maui/Cartesian-Charts/Crosshair.md index 220287456b..a90f7bae40 100644 --- a/chart-sdk/maui/Cartesian-Charts/Crosshair.md +++ b/chart-sdk/maui/Cartesian-Charts/Crosshair.md @@ -16,7 +16,7 @@ Crosshair allows you to view exact values on the chart by showing vertical and h To enable the crosshair in the chart, create an instance of the [ChartCrosshairBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartCrosshairBehavior.html) and set it to the [CrosshairBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_CrosshairBehavior) property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Customize-each-chart-axis-label.md b/chart-sdk/maui/Cartesian-Charts/Customize-each-chart-axis-label.md index 51b646eaa4..f8bc93e746 100644 --- a/chart-sdk/maui/Cartesian-Charts/Customize-each-chart-axis-label.md +++ b/chart-sdk/maui/Cartesian-Charts/Customize-each-chart-axis-label.md @@ -12,7 +12,7 @@ keywords: .net maui chart customize axis label callback, .net maui chart axis la The [LabelCreated](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_LabelCreated) event is triggered upon label creation in a chart axis, providing the option to customize chart axis labels. The event handler receives a [ChartAxisLabelEventArgs](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelEventArgs.html) object, which exposes the [Label](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelEventArgs.html#Syncfusion_Maui_Charts_ChartAxisLabelEventArgs_Label) property that can be modified to change the displayed label text. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> This example uses a [DateTimeAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeAxis.html), which is required for the label parsing logic to work correctly. diff --git a/chart-sdk/maui/Cartesian-Charts/DataLabels.md b/chart-sdk/maui/Cartesian-Charts/DataLabels.md index 52e68b37d0..637d5a6e86 100644 --- a/chart-sdk/maui/Cartesian-Charts/DataLabels.md +++ b/chart-sdk/maui/Cartesian-Charts/DataLabels.md @@ -24,7 +24,7 @@ To learn how to customize the data labels in .NET MAUI Cartesian Charts quickly, The [ShowDataLabels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_ShowDataLabels) property of the series is used to enable the data labels. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/EmptyPoints.md b/chart-sdk/maui/Cartesian-Charts/EmptyPoints.md index 6f30f59870..a3412e642a 100644 --- a/chart-sdk/maui/Cartesian-Charts/EmptyPoints.md +++ b/chart-sdk/maui/Cartesian-Charts/EmptyPoints.md @@ -14,7 +14,7 @@ Empty points are used to indicate missing or null data in a series. These empty [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html) provides support for empty points, allowing users to handle missing data effectively. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. The data collection that is passed to the chart can have `NaN` or null values that are considered as empty points. The empty points can be defined as in the following code example. diff --git a/chart-sdk/maui/Cartesian-Charts/Errorbar-Chart.md b/chart-sdk/maui/Cartesian-Charts/Errorbar-Chart.md index 58ae588547..9dc6e793f4 100644 --- a/chart-sdk/maui/Cartesian-Charts/Errorbar-Chart.md +++ b/chart-sdk/maui/Cartesian-Charts/Errorbar-Chart.md @@ -16,7 +16,7 @@ keywords: .net maui error bar chart, error bar chart customization .net maui, sy N> The Error Bar is not an individual chart; it associates with a main chart. Here, we use `Scatter Series Chart` as the main chart with the Error Bar Series chart support. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. The following code examples illustrate how to create an error bar series: diff --git a/chart-sdk/maui/Cartesian-Charts/Exporting.md b/chart-sdk/maui/Cartesian-Charts/Exporting.md index 0237d472e7..e36001e42e 100644 --- a/chart-sdk/maui/Cartesian-Charts/Exporting.md +++ b/chart-sdk/maui/Cartesian-Charts/Exporting.md @@ -14,7 +14,7 @@ keywords: .net maui chart exporting, maui chart exporting, .net maui chart expor You can export the chart view as an image in the desired file format using the [SaveAsImage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_SaveAsImage_System_String_) method of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). The supported image formats are **JPEG and PNG**. By default, if you don't mention any image format with the filename, the chart view will be exported as an image in the PNG format. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The chart view can be exported as an image only when the chart view is added to the visual tree. diff --git a/chart-sdk/maui/Cartesian-Charts/FastScatter.md b/chart-sdk/maui/Cartesian-Charts/FastScatter.md index 5086f04781..2296608c3e 100644 --- a/chart-sdk/maui/Cartesian-Charts/FastScatter.md +++ b/chart-sdk/maui/Cartesian-Charts/FastScatter.md @@ -12,7 +12,7 @@ keywords: .net maui fast scatter chart, .net maui performance scatter chart, fas The [FastScatterSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastScatterSeries.html) is a specialized scatter series designed to efficiently render a large number of data points. It is optimized for performance when compared to the regular scatter series, making it suitable for large datasets. To render a fast scatter chart, create an instance of [FastScatterSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastScatterSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Fastline.md b/chart-sdk/maui/Cartesian-Charts/Fastline.md index c234c781a9..35d11f1b0e 100644 --- a/chart-sdk/maui/Cartesian-Charts/Fastline.md +++ b/chart-sdk/maui/Cartesian-Charts/Fastline.md @@ -14,7 +14,7 @@ keywords: .net maui fast line chart, .net maui performance line chart, fast line The [FastLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastLineSeries.html) is a special kind of line series that can render a collection with a large number of data points. It is optimized for performance when compared to the regular [LineSeries](https://help.syncfusion.com/maui/cartesian-charts/line), making it suitable for large datasets. To render a fast line chart, create an instance of [FastLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FastLineSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Get-the-data-point-collection-based-on-region.md b/chart-sdk/maui/Cartesian-Charts/Get-the-data-point-collection-based-on-region.md index 29c8325407..fa4db9c73f 100644 --- a/chart-sdk/maui/Cartesian-Charts/Get-the-data-point-collection-based-on-region.md +++ b/chart-sdk/maui/Cartesian-Charts/Get-the-data-point-collection-based-on-region.md @@ -15,7 +15,7 @@ keywords: .net maui chart data point collection, get data points by region, sfCa * [`GetDataPoints(Rect rectangle)`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CartesianSeries.html#Syncfusion_Maui_Charts_CartesianSeries_GetDataPoints_Microsoft_Maui_Graphics_Rect_) - Gets the collection of data that falls inside the given rectangle region. * [`GetDataPoints(double startX, double endX, double startY, double endY)`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CartesianSeries.html#Syncfusion_Maui_Charts_CartesianSeries_GetDataPoints_System_Double_System_Double_System_Double_System_Double_) - Gets the collection of data from the given axis visible range. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Get-the-touch-position-in-chart.md b/chart-sdk/maui/Cartesian-Charts/Get-the-touch-position-in-chart.md index d529cecb2a..e3c987a4e0 100644 --- a/chart-sdk/maui/Cartesian-Charts/Get-the-touch-position-in-chart.md +++ b/chart-sdk/maui/Cartesian-Charts/Get-the-touch-position-in-chart.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian chart touch position, maui cartesian chart touch p [ChartInteractiveBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartInteractiveBehavior.html) provides the following override methods to get the x and y positions when touching the [`SfCartesianChart`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. * [`OnTouchUp`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBehavior.html#Syncfusion_Maui_Charts_ChartBehavior_OnTouchUp_Syncfusion_Maui_Charts_ChartBase_System_Single_System_Single_) - Called when a user lifts their finger or releases their touch input from the Chart area. * [`OnTouchMove`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBehavior.html#Syncfusion_Maui_Charts_ChartBehavior_OnTouchMove_Syncfusion_Maui_Charts_ChartBase_System_Single_System_Single_) - Called when a user's finger or touch input device is in contact with the Chart area and moves across its surface. diff --git a/chart-sdk/maui/Cartesian-Charts/Histogram.md b/chart-sdk/maui/Cartesian-Charts/Histogram.md index b8ede9b472..52337313a1 100644 --- a/chart-sdk/maui/Cartesian-Charts/Histogram.md +++ b/chart-sdk/maui/Cartesian-Charts/Histogram.md @@ -12,7 +12,7 @@ keywords: .net maui histogram chart, histogram chart customization .net maui, sy [Histogram chart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.HistogramSeries.html) is a graphical representation that organizes a group of data points into user-specified ranges. It is similar in appearance to a column chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. Customize histogram intervals using the [HistogramInterval](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.HistogramSeries.html#Syncfusion_Maui_Charts_HistogramSeries_HistogramInterval) property and normal distribution curve can be collapsed using the [ShowNormalDistributionCurve](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.HistogramSeries.html#Syncfusion_Maui_Charts_HistogramSeries_ShowNormalDistributionCurve) property. diff --git a/chart-sdk/maui/Cartesian-Charts/Legend.md b/chart-sdk/maui/Cartesian-Charts/Legend.md index 59eec5fbf6..b24ef32fb7 100644 --- a/chart-sdk/maui/Cartesian-Charts/Legend.md +++ b/chart-sdk/maui/Cartesian-Charts/Legend.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian chart, chart legend, legend-wrap, legend view, leg The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) provides a list of series or data points, helping to identify the corresponding data series in the chart. Here's a detailed guide on how to define and customize the legend in the chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. To learn how to add and customize the legend in .NET MAUI Cartesian Charts quickly, you can check the video below. diff --git a/chart-sdk/maui/Cartesian-Charts/Line.md b/chart-sdk/maui/Cartesian-Charts/Line.md index 1a70cc2029..1b398b795c 100644 --- a/chart-sdk/maui/Cartesian-Charts/Line.md +++ b/chart-sdk/maui/Cartesian-Charts/Line.md @@ -14,7 +14,7 @@ keywords: .net maui line chart, maui line chart, .net maui chart line type, line A line chart is used to represent the data trends at equal intervals by connecting points on a plot with straight lines. To render a line chart, create an instance of [LineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.LineSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Liquid-Glass-Effect.md b/chart-sdk/maui/Cartesian-Charts/Liquid-Glass-Effect.md index cf5c97172b..2b86bda379 100644 --- a/chart-sdk/maui/Cartesian-Charts/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/Cartesian-Charts/Liquid-Glass-Effect.md @@ -13,7 +13,7 @@ keywords: .net maui chart, cupertino theme, glass effect, maui cupertino chart, The Liquid Glass Effect is a modern design style that provides a sleek, minimalist appearance with clean lines, subtle visual effects, and elegant styling. It features smooth rounded corners and sophisticated visual treatments that create a polished, professional look for your charts. N> **Prerequisite:** -- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. - To use **SfGlassEffectView**, ensure that the Syncfusion.Maui.Core package is installed and import the Syncfusion.Maui.Core namespace. N> The liquid glass effect is supported only on `.NET 10` and on `iOS` and `macOS` versions 26 or later. diff --git a/chart-sdk/maui/Cartesian-Charts/Localization.md b/chart-sdk/maui/Cartesian-Charts/Localization.md index 7bc0e86c28..b8a7b01645 100644 --- a/chart-sdk/maui/Cartesian-Charts/Localization.md +++ b/chart-sdk/maui/Cartesian-Charts/Localization.md @@ -12,7 +12,7 @@ keywords: .net maui chart localization, sfCartesianchart localization in .net ma Localization is the process of translating the application resources into different languages for the specific cultures. The `SfCartesianChart` can be localized by adding `resource` file. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Setting CurrentUICulture to the application diff --git a/chart-sdk/maui/Cartesian-Charts/OHLC.md b/chart-sdk/maui/Cartesian-Charts/OHLC.md index 51bd27977e..d162a81b15 100644 --- a/chart-sdk/maui/Cartesian-Charts/OHLC.md +++ b/chart-sdk/maui/Cartesian-Charts/OHLC.md @@ -12,7 +12,7 @@ keywords: .net maui ohlc chart, .net maui chart ohlc type, ohlc chart customizat OHLC (Open-High-Low-Close) charts are a type of financial chart used to represent the price movement of an asset over a specific period. OHLC charts display four price values: the opening price, the high price, the low price, and the closing price for each period. To render an OHLC chart, create an instance of [HiLoOpenCloseSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.HiLoOpenCloseSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Overview.md b/chart-sdk/maui/Cartesian-Charts/Overview.md index 7f4ef1c2c8..f87aab4350 100644 --- a/chart-sdk/maui/Cartesian-Charts/Overview.md +++ b/chart-sdk/maui/Cartesian-Charts/Overview.md @@ -94,7 +94,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started) shows how to begin using the Cartesian chart control step by step. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started) shows how to begin using the Cartesian chart control step by step. - [Customization and Styling](https://help.syncfusion.com/maui/cartesian-charts/appearance) shows how to configure chart appearance, axes, gridlines, labels, legends, and themes. - [Labels](https://help.syncfusion.com/maui/cartesian-charts/datalabels) display values directly on data points. - [Zooming & Panning](https://help.syncfusion.com/maui/cartesian-charts/zooming-and-panning) provides interactive navigation to focus on specific ranges and move across large datasets smoothly. diff --git a/chart-sdk/maui/Cartesian-Charts/Performance.md b/chart-sdk/maui/Cartesian-Charts/Performance.md index 4c59ac8495..8c8b4b5bd7 100644 --- a/chart-sdk/maui/Cartesian-Charts/Performance.md +++ b/chart-sdk/maui/Cartesian-Charts/Performance.md @@ -12,7 +12,7 @@ keywords: .net maui chart performance, maui chart optimization, .net maui fast l The .NET MAUI Cartesian Chart provides performance optimization techniques to efficiently handle large datasets and dynamic data updates. Whether you are rendering thousands of data points or pushing real-time updates, the following strategies help you get the best rendering performance from `SfCartesianChart`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Fast chart in .NET MAUI Cartesian Charts diff --git a/chart-sdk/maui/Cartesian-Charts/PlotBand.md b/chart-sdk/maui/Cartesian-Charts/PlotBand.md index 6274016273..f883ba2884 100644 --- a/chart-sdk/maui/Cartesian-Charts/PlotBand.md +++ b/chart-sdk/maui/Cartesian-Charts/PlotBand.md @@ -12,7 +12,7 @@ keywords: .net maui plot band, maui plot band, .net maui chart plot band type, p A plot band, also known as a stripline, allows for shading specific regions or ranges in the plot area background at regular or custom intervals. It also provides options to customize the size of these bands. Text can be added to plot band and indicate the significance of each particular region. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. Plot bands are classified into [NumericalPlotBand](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.NumericalPlotBand.html) and [DateTimePlotBand](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimePlotBand.html). Based on the axis, plot bands are drawn using these classifications. The following properties are used to configure the plot band: diff --git a/chart-sdk/maui/Cartesian-Charts/Range-Column.md b/chart-sdk/maui/Cartesian-Charts/Range-Column.md index 981613b3b5..3f47868be7 100644 --- a/chart-sdk/maui/Cartesian-Charts/Range-Column.md +++ b/chart-sdk/maui/Cartesian-Charts/Range-Column.md @@ -14,7 +14,7 @@ keywords: .net maui range column chart, maui range column chart, range column ch Range Column Chart is used to visualize data points with columns, with the height of each column representing the difference between the lowest and highest values of the data point. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. To render a range column chart, create an instance of [RangeColumnSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeColumnSeries.html), and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). diff --git a/chart-sdk/maui/Cartesian-Charts/RangeArea.md b/chart-sdk/maui/Cartesian-Charts/RangeArea.md index db1843726e..5bec2a3f24 100644 --- a/chart-sdk/maui/Cartesian-Charts/RangeArea.md +++ b/chart-sdk/maui/Cartesian-Charts/RangeArea.md @@ -16,7 +16,7 @@ Range Area Chart is a type of data visualization useful for displaying the relat By displaying ranges of data, range area series can make it easier to compare multiple datasets at once. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. To render a range area chart, create an instance of the [RangeAreaSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAreaSeries.html), and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). diff --git a/chart-sdk/maui/Cartesian-Charts/Scatter.md b/chart-sdk/maui/Cartesian-Charts/Scatter.md index b794620632..286c52b26e 100644 --- a/chart-sdk/maui/Cartesian-Charts/Scatter.md +++ b/chart-sdk/maui/Cartesian-Charts/Scatter.md @@ -16,7 +16,7 @@ The scatter chart is used to represent each data point as a dot or circle of uni To render a scatter chart, create an instance of [ScatterSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ScatterSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). The segment size can be defined using the [PointHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ScatterSeries.html#Syncfusion_Maui_Charts_ScatterSeries_PointHeight) and [PointWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ScatterSeries.html#Syncfusion_Maui_Charts_ScatterSeries_PointWidth) properties. Both properties are of type `double`, and the default value is `10`. The [Type](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ScatterSeries.html#Syncfusion_Maui_Charts_ScatterSeries_Type) property, of type `ShapeType`, allows you to change the rendering shape of the scatter segment. The default value is `ShapeType.Circle`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/Selection.md b/chart-sdk/maui/Cartesian-Charts/Selection.md index 7b9bfa04ef..14fb71f2a3 100644 --- a/chart-sdk/maui/Cartesian-Charts/Selection.md +++ b/chart-sdk/maui/Cartesian-Charts/Selection.md @@ -12,7 +12,7 @@ keywords: .net maui chart selection, maui chart selection, .net maui chart selec The [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html) provides selection behavior support, which allows you to select or highlight a segment (data points) or a series in the chart using the [DataPointSelectionBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataPointSelectionBehavior.html) and [SeriesSelectionBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SeriesSelectionBehavior.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Enable data point selection diff --git a/chart-sdk/maui/Cartesian-Charts/SplineRangeArea.md b/chart-sdk/maui/Cartesian-Charts/SplineRangeArea.md index efbeef635c..6cff5d5b63 100644 --- a/chart-sdk/maui/Cartesian-Charts/SplineRangeArea.md +++ b/chart-sdk/maui/Cartesian-Charts/SplineRangeArea.md @@ -18,7 +18,7 @@ To render a spline range area chart, create an instance of [SplineRangeAreaSerie Since the [SplineRangeAreaSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SplineRangeAreaSeries.html) requires two Y values for each point, your data should contain both the high and low values. These high and low values specify the maximum and minimum ranges of the point. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StackedArea.md b/chart-sdk/maui/Cartesian-Charts/StackedArea.md index 228298de89..b4086ccd21 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedArea.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedArea.md @@ -16,7 +16,7 @@ The stacked area chart enables users to visually represent data points on top of To render a stacked area chart, create an instance of the [StackingAreaSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.StackingAreaSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has a [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StackedArea100.md b/chart-sdk/maui/Cartesian-Charts/StackedArea100.md index 8ef421a7ee..13932c79d1 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedArea100.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedArea100.md @@ -12,7 +12,7 @@ keywords: .net maui stacked area 100 chart, maui stacked area 100 chart, stacked The stacked area 100% chart enables users to visually represent data points vertically, one above the other, to indicate the cumulative value of the data points at 100%. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## StackedArea100 Chart diff --git a/chart-sdk/maui/Cartesian-Charts/StackedColumn.md b/chart-sdk/maui/Cartesian-Charts/StackedColumn.md index 40c9098e73..b078d02886 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedColumn.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedColumn.md @@ -16,7 +16,7 @@ The stacked column chart represents data values in a stacked format, where the c To render a stacked column chart, create an instance of the [StackingColumnSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.StackingColumnSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StackedColumn100.md b/chart-sdk/maui/Cartesian-Charts/StackedColumn100.md index 6a8f3e9989..8d94c91f53 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedColumn100.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedColumn100.md @@ -12,7 +12,7 @@ keywords: .net maui stacked column 100 chart, stacked column 100 chart customiza A stacked column 100% chart is a type of stacked chart that is used to display the proportion of different categories within a single column. The columns are stacked on top of each other, and a cumulative portion of each stacked element always comes to a total of 100%. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## StackedColumn100 Chart diff --git a/chart-sdk/maui/Cartesian-Charts/StackedLine.md b/chart-sdk/maui/Cartesian-Charts/StackedLine.md index 81dbc50da1..60387da499 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedLine.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedLine.md @@ -16,7 +16,7 @@ The stacked line chart is a type of chart that displays multiple line series sta To render a stacked line chart, create an instance of the [StackingLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.StackingLineSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has a [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StackedLine100.md b/chart-sdk/maui/Cartesian-Charts/StackedLine100.md index bd057cce9d..ba0e255b62 100644 --- a/chart-sdk/maui/Cartesian-Charts/StackedLine100.md +++ b/chart-sdk/maui/Cartesian-Charts/StackedLine100.md @@ -16,7 +16,7 @@ The stacked line 100 chart is a type of chart that displays multiple line series To render a stacked line 100 chart, create an instance of the [StackingLine100Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.StackingLine100Series.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has a [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StepArea.md b/chart-sdk/maui/Cartesian-Charts/StepArea.md index 08497e353e..a56013bc8b 100644 --- a/chart-sdk/maui/Cartesian-Charts/StepArea.md +++ b/chart-sdk/maui/Cartesian-Charts/StepArea.md @@ -14,7 +14,7 @@ keywords: .net maui step area chart, maui step area chart, .net maui chart step A step area chart displays data that changes over time or across different categories. In a step area chart, the data points are connected by horizontal and vertical lines to create a series of steps. Each step represents a specific time interval or category. The area between the steps is then filled with a color or shading. To render an area chart, create an instance of [StepAreaSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.StepAreaSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) collection property of the [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. N> The Cartesian chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_Series) as its default content. diff --git a/chart-sdk/maui/Cartesian-Charts/StepLine.md b/chart-sdk/maui/Cartesian-Charts/StepLine.md index 2f4ecdea55..79f38eb32e 100644 --- a/chart-sdk/maui/Cartesian-Charts/StepLine.md +++ b/chart-sdk/maui/Cartesian-Charts/StepLine.md @@ -12,7 +12,7 @@ keywords: .net maui step line chart, maui step line chart, step line chart custo A step line chart is used to display the data showing changes in values over time by connecting points on plots with a combination of horizontal and vertical lines. And it's used when it is necessary to highlight the irregularity changes. It appears to be steps. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Step Line Chart diff --git a/chart-sdk/maui/Cartesian-Charts/Tooltip.md b/chart-sdk/maui/Cartesian-Charts/Tooltip.md index 07b251a219..52f486e39a 100644 --- a/chart-sdk/maui/Cartesian-Charts/Tooltip.md +++ b/chart-sdk/maui/Cartesian-Charts/Tooltip.md @@ -12,7 +12,7 @@ keywords: .net maui chart tooltip, maui chart tooltip, .net maui chart tooltip c Tooltip is used to display any information or metadata of the tapped segment. The Cartesian chart provides tooltip support for all series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. To learn how to customize the tooltips in .NET MAUI Cartesian Charts quickly, you can check the below video. diff --git a/chart-sdk/maui/Cartesian-Charts/Trackball.md b/chart-sdk/maui/Cartesian-Charts/Trackball.md index eb5f3c1a91..b52c48ef97 100644 --- a/chart-sdk/maui/Cartesian-Charts/Trackball.md +++ b/chart-sdk/maui/Cartesian-Charts/Trackball.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian chart trackball, maui chart trackball, .net maui t The trackball allows you to show a tooltip for the nearest data points when you interact with the chart area. On mobile, long-press the chart to show the trackball, and drag the chart to change the trackball's location constantly. To display the trackball on the desktop, move the cursor over the chart area. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Enable trackball diff --git a/chart-sdk/maui/Cartesian-Charts/Transform-axis-value-to-pixel-value-and-vice-versa.md b/chart-sdk/maui/Cartesian-Charts/Transform-axis-value-to-pixel-value-and-vice-versa.md index 0333d28fc3..32eaf3ab62 100644 --- a/chart-sdk/maui/Cartesian-Charts/Transform-axis-value-to-pixel-value-and-vice-versa.md +++ b/chart-sdk/maui/Cartesian-Charts/Transform-axis-value-to-pixel-value-and-vice-versa.md @@ -15,7 +15,7 @@ keywords: .net maui chart transform axis value to pixel, maui chart axis value t * [`ValueToPoint(ChartAxis axis, double value)`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_ValueToPoint_Syncfusion_Maui_Charts_ChartAxis_System_Double_) - Converts the data point value to the screen point. * [`PointToValue(ChartAxis axis, double x, double y)`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html#Syncfusion_Maui_Charts_SfCartesianChart_PointToValue_Syncfusion_Maui_Charts_ChartAxis_System_Double_System_Double_) - Converts the screen point to the chart value. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Trendlines.md b/chart-sdk/maui/Cartesian-Charts/Trendlines.md index ae09cbc2c0..e664c6954a 100644 --- a/chart-sdk/maui/Cartesian-Charts/Trendlines.md +++ b/chart-sdk/maui/Cartesian-Charts/Trendlines.md @@ -10,13 +10,13 @@ keywords: .net maui cartesian chart trendlines, maui chart trendlines, cartesian # Trendlines in .NET MAUI Cartesian Chart -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. A [trendline](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartTrendline.html) is a visual representation of the linear relationship between data points in a series. It shows the overall direction and trend of data by fitting a line (or curve) through the data points. N> Trendlines can be drawn for all types of Cartesian series except bar-type series (Bar, StackingBar, and their 100% variants). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. You can add trendlines to your charts using XAML or C# as shown in the following examples. diff --git a/chart-sdk/maui/Cartesian-Charts/Waterfall-Chart.md b/chart-sdk/maui/Cartesian-Charts/Waterfall-Chart.md index 1fc7da0511..1e99a48a22 100644 --- a/chart-sdk/maui/Cartesian-Charts/Waterfall-Chart.md +++ b/chart-sdk/maui/Cartesian-Charts/Waterfall-Chart.md @@ -22,7 +22,7 @@ The following properties customize the waterfall series: * [AllowAutoSum](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.WaterfallSeries.html#Syncfusion_Maui_Charts_WaterfallSeries_AllowAutoSum), of type `bool`, is used to change the summary segment calculation. The default value is `true`. When this property is disabled, the segment is rendered using the y value of the provided ItemsSource collection. * [ShowConnectorLine](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.WaterfallSeries.html#Syncfusion_Maui_Charts_WaterfallSeries_ShowConnectorLine), of type `bool`, is used to enable or disable the connector line. The default value is `true`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Cartesian-Charts/Zooming-and-panning.md b/chart-sdk/maui/Cartesian-Charts/Zooming-and-panning.md index 438cea9abe..ad0f9d6046 100644 --- a/chart-sdk/maui/Cartesian-Charts/Zooming-and-panning.md +++ b/chart-sdk/maui/Cartesian-Charts/Zooming-and-panning.md @@ -14,7 +14,7 @@ keywords: .net maui cartesian chart zooming and panning, .net maui zooming and p Zooming and panning allow you to take a close-up look at the data points plotted in the series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. ## Enable zooming diff --git a/chart-sdk/maui/Cartesian-Charts/display-tooltip-and-data-labels-in-release-mode.md b/chart-sdk/maui/Cartesian-Charts/display-tooltip-and-data-labels-in-release-mode.md index f4a26062a5..cb827c6744 100644 --- a/chart-sdk/maui/Cartesian-Charts/display-tooltip-and-data-labels-in-release-mode.md +++ b/chart-sdk/maui/Cartesian-Charts/display-tooltip-and-data-labels-in-release-mode.md @@ -12,7 +12,7 @@ keywords: .net maui cartesian chart tooltip, .net maui cartesian chart data labe In [SfCartesianChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCartesianChart.html), tooltip and data label templates do not bind directly to your business model because these elements are generated by the chart at runtime and often represent calculated points. As a result, the chart provides its own binding context containing the necessary metadata. For tooltips this context is [TooltipInfo](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.TooltipInfo.html), and for data labels it is [ChartDataLabel](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabel.html). Both expose an Item property that points back to your original business model when a direct mapping exists. With .NET 9 compiled bindings, set **x:DataType="chart:TooltipInfo"** for tooltip templates and **x:DataType="chart:ChartDataLabel"** for data label templates, then bind through Item. If you need a specific field from your model, bind to Item and use a value converter to extract the desired property. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/cartesian-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCartesianChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started)** guide. `Ahead-of-Time (AOT)` compilation converts Intermediate Language to native code at build time to improve startup and runtime performance. AOT commonly ships together with linker trimming in Release configurations to reduce app size. diff --git a/chart-sdk/maui/Circular-Charts/Appearance.md b/chart-sdk/maui/Circular-Charts/Appearance.md index 8bca182109..773aca2df8 100644 --- a/chart-sdk/maui/Circular-Charts/Appearance.md +++ b/chart-sdk/maui/Circular-Charts/Appearance.md @@ -11,7 +11,7 @@ documentation: ug The appearance of the [SfCircularChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html) can be customized by using the predefined palettes, custom palettes, and gradient which allows enriching the application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Add a title diff --git a/chart-sdk/maui/Circular-Charts/DataLabels.md b/chart-sdk/maui/Circular-Charts/DataLabels.md index 3b021a8839..46bcfa8b90 100644 --- a/chart-sdk/maui/Circular-Charts/DataLabels.md +++ b/chart-sdk/maui/Circular-Charts/DataLabels.md @@ -16,7 +16,7 @@ Each data label can be represented by the following: * Label - displays the segment label content at the (X, Y) point. * Connector line - used to connect the (X, Y) point and the label element. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Enable data labels diff --git a/chart-sdk/maui/Circular-Charts/DoughnutChart.md b/chart-sdk/maui/Circular-Charts/DoughnutChart.md index 7f573d5212..25693682d6 100644 --- a/chart-sdk/maui/Circular-Charts/DoughnutChart.md +++ b/chart-sdk/maui/Circular-Charts/DoughnutChart.md @@ -11,7 +11,7 @@ documentation: ug [DoughnutSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DoughnutSeries.html) is similar to [PieSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html). It is used to show the relationship between parts of data and whole data. To render a [DoughnutSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DoughnutSeries.html) in circular chart, create an instance of the [DoughnutSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DoughnutSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) collection property of [SfCircularChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. N> The circular chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) as its default content. diff --git a/chart-sdk/maui/Circular-Charts/Explode.md b/chart-sdk/maui/Circular-Charts/Explode.md index bd1c5b3dde..923ec3998e 100644 --- a/chart-sdk/maui/Circular-Charts/Explode.md +++ b/chart-sdk/maui/Circular-Charts/Explode.md @@ -17,7 +17,7 @@ Exploding a segment pulls attention to a specific area of the circular chart. Th * [ExplodeRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_ExplodeRadius), of type `double`, defines the explode distance in pixels (px). The default value is `10`. A positive value moves the segment outward from the center. * [ExplodeOnTouch](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_ExplodeOnTouch), of type `bool`, enables a segment to be exploded on tap interaction. The default value is `false`. The explosion is animated when tapped. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Circular-Charts/Exporting.md b/chart-sdk/maui/Circular-Charts/Exporting.md index e452682999..3fdd4bbbf0 100644 --- a/chart-sdk/maui/Circular-Charts/Exporting.md +++ b/chart-sdk/maui/Circular-Charts/Exporting.md @@ -9,7 +9,7 @@ documentation: ug # Exporting in .NET MAUI Circular Chart -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Export as an image diff --git a/chart-sdk/maui/Circular-Charts/GroupTo.md b/chart-sdk/maui/Circular-Charts/GroupTo.md index 7830185676..f43882445c 100644 --- a/chart-sdk/maui/Circular-Charts/GroupTo.md +++ b/chart-sdk/maui/Circular-Charts/GroupTo.md @@ -11,7 +11,7 @@ documentation: ug The small segments in the circular chart can be grouped into an `Others` category using the [GroupTo](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_GroupTo) and [GroupMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_GroupMode) properties of the [PieSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html). The [GroupMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_GroupMode) property is used to specify the grouping type based on slice angle (`Angle`), actual data point value (`Value`), or percentage (`Percentage`). The [GroupTo](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html#Syncfusion_Maui_Charts_PieSeries_GroupTo) property is used to set the limit to group data points into a single slice. The grouped segment is labeled as `Others` in the chart legend. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Group mode diff --git a/chart-sdk/maui/Circular-Charts/Legend.md b/chart-sdk/maui/Circular-Charts/Legend.md index 3458dcd8c0..45029df69d 100644 --- a/chart-sdk/maui/Circular-Charts/Legend.md +++ b/chart-sdk/maui/Circular-Charts/Legend.md @@ -12,7 +12,7 @@ keywords: .net maui circular chart, chart legend, legend-wrap, legend view, lege The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) provides a list of data points, helping to identify the corresponding data points in the chart. This guide explains how to define and customize the legend in the circular chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Defining the legend To define the legend in the chart, initialize the [ChartLegend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLegend.html) class and assign it to the [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) property. diff --git a/chart-sdk/maui/Circular-Charts/Liquid-Glass-Effect.md b/chart-sdk/maui/Circular-Charts/Liquid-Glass-Effect.md index 6cdba8c23a..6cc85d0c5f 100644 --- a/chart-sdk/maui/Circular-Charts/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/Circular-Charts/Liquid-Glass-Effect.md @@ -13,7 +13,7 @@ keywords: .net maui chart, cupertino theme, glass effect, maui cupertino chart, The Liquid Glass Effect is a modern design style that provides a sleek, minimalist appearance with clean lines, subtle visual effects, and elegant styling. It features smooth rounded corners and sophisticated visual treatments that create a polished, professional look for your charts. N> **Prerequisite:** -- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. - To use **SfGlassEffectView**, ensure that the Syncfusion.Maui.Core package is installed and import the Syncfusion.Maui.Core namespace. N> The liquid glass effect is supported with `.NET 10` and on iOS and macOS versions 26 or later. diff --git a/chart-sdk/maui/Circular-Charts/Overview.md b/chart-sdk/maui/Circular-Charts/Overview.md index a11acc01e2..ebb68998b8 100644 --- a/chart-sdk/maui/Circular-Charts/Overview.md +++ b/chart-sdk/maui/Circular-Charts/Overview.md @@ -89,7 +89,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started) shows a step‑by‑step guide to begin using the Circular Chart control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started) shows a step‑by‑step guide to begin using the Circular Chart control. - [Pie Chart](https://help.syncfusion.com/maui/circular-charts/piechart) creates simple part‑to‑whole visualizations with clear category splits. - [Doughnut Chart](https://help.syncfusion.com/maui/circular-charts/doughnutchart) highlights proportions with a modern ring‑style chart for better readability. - [RadialBar Chart](https://help.syncfusion.com/maui/circular-charts/radialbarchart) displays values in a circular bar style, making comparisons visually clear and engaging. diff --git a/chart-sdk/maui/Circular-Charts/PieChart.md b/chart-sdk/maui/Circular-Charts/PieChart.md index 5ec5272564..37c197d44b 100644 --- a/chart-sdk/maui/Circular-Charts/PieChart.md +++ b/chart-sdk/maui/Circular-Charts/PieChart.md @@ -11,7 +11,7 @@ documentation: ug To render a [PieSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html) in a circular chart, create an instance of the [PieSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PieSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) collection property of [SfCircularChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. N> The circular chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) as its default content. diff --git a/chart-sdk/maui/Circular-Charts/RadialBarChart.md b/chart-sdk/maui/Circular-Charts/RadialBarChart.md index 8960d1010a..f96414cab3 100644 --- a/chart-sdk/maui/Circular-Charts/RadialBarChart.md +++ b/chart-sdk/maui/Circular-Charts/RadialBarChart.md @@ -11,7 +11,7 @@ documentation: ug [RadialBarSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RadialBarSeries.html) is a type of doughnut chart that represents each segment as a separate circle. It is used to compare values between various categories. To render a [RadialBarSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RadialBarSeries.html) in circular chart, create an instance of the [RadialBarSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RadialBarSeries.html) and add it to the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) collection property of [SfCircularChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. N> The circular chart has [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html#Syncfusion_Maui_Charts_SfCircularChart_Series) as its default content. diff --git a/chart-sdk/maui/Circular-Charts/Selection.md b/chart-sdk/maui/Circular-Charts/Selection.md index 3446869a88..54dd92121a 100644 --- a/chart-sdk/maui/Circular-Charts/Selection.md +++ b/chart-sdk/maui/Circular-Charts/Selection.md @@ -11,7 +11,7 @@ documentation: ug The [SfCircularChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfCircularChart.html) provides selection behavior support, which allows you to select or highlight a segment (data points) in a series using the [DataPointSelectionBehavior](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataPointSelectionBehavior.html). When a user taps or clicks on a segment, the selection behavior highlights that data point with the specified selection brush color. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Enable selection diff --git a/chart-sdk/maui/Circular-Charts/Tooltip.md b/chart-sdk/maui/Circular-Charts/Tooltip.md index 03988b81ee..51b4818cc0 100644 --- a/chart-sdk/maui/Circular-Charts/Tooltip.md +++ b/chart-sdk/maui/Circular-Charts/Tooltip.md @@ -11,7 +11,7 @@ documentation: ug Tooltip is used to display any information or metadata of the tapped segment. The Circular Chart provides tooltip support for all series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/circular-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfCircularChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/circular-charts/getting-started)** guide. ## Define Tooltip diff --git a/chart-sdk/maui/DigitalGauge/Character-Display-Types.md b/chart-sdk/maui/DigitalGauge/Character-Display-Types.md index a01fee30a6..d102350572 100644 --- a/chart-sdk/maui/DigitalGauge/Character-Display-Types.md +++ b/chart-sdk/maui/DigitalGauge/Character-Display-Types.md @@ -12,7 +12,7 @@ keywords: .net maui, .net maui digital gauge, digital gauge, character segments, The digital gauge displays numbers, the alphabet, and special characters, which are given in the [text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_Text) property. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/digitalgauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/digitalgauge/getting-started)** guide. ## Display numbers diff --git a/chart-sdk/maui/DigitalGauge/Character-Segment-Types.md b/chart-sdk/maui/DigitalGauge/Character-Segment-Types.md index 4593549194..e9d9982a07 100644 --- a/chart-sdk/maui/DigitalGauge/Character-Segment-Types.md +++ b/chart-sdk/maui/DigitalGauge/Character-Segment-Types.md @@ -17,7 +17,7 @@ The digital characters can be displayed in the following four different segments * [SixteenSegment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.DigitalGaugeCharacterType.html#Syncfusion_Maui_Gauges_DigitalGaugeCharacterType_SixteenSegment) * [EightCrossEightDotMatrix](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.DigitalGaugeCharacterType.html#Syncfusion_Maui_Gauges_DigitalGaugeCharacterType_EightCrossEightDotMatrix) -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/digitalgauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/digitalgauge/getting-started)** guide. ## Seven segment diff --git a/chart-sdk/maui/DigitalGauge/Customization.md b/chart-sdk/maui/DigitalGauge/Customization.md index c29e6207b4..1b2c0df31a 100644 --- a/chart-sdk/maui/DigitalGauge/Customization.md +++ b/chart-sdk/maui/DigitalGauge/Customization.md @@ -12,7 +12,7 @@ keywords: .net maui, .net maui digital gauge, digital gauge, character segments, The characters of a digital gauge can be customized in terms of [CharacterWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_CharacterWidth), [CharacterHeight](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_CharacterHeight), [CharacterSpacing](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_CharacterSpacing), and [CharacterStroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_CharacterStroke). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/digitalgauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/digitalgauge/getting-started)** guide. ## Customize character size diff --git a/chart-sdk/maui/DigitalGauge/Events.md b/chart-sdk/maui/DigitalGauge/Events.md index b03462d5a4..656a0e8c75 100644 --- a/chart-sdk/maui/DigitalGauge/Events.md +++ b/chart-sdk/maui/DigitalGauge/Events.md @@ -12,7 +12,7 @@ keywords: .net maui, .net maui digital gauge, digital gauge, character segments, The [SfDigitalGauge](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html) control provides events that notify when the text value changes, allowing you to perform custom actions. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/digitalgauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfDigitalGauge** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/digitalgauge/getting-started)** guide. ## TextChanged diff --git a/chart-sdk/maui/DigitalGauge/overview.md b/chart-sdk/maui/DigitalGauge/overview.md index 14d3e28a50..6a0bc0054f 100644 --- a/chart-sdk/maui/DigitalGauge/overview.md +++ b/chart-sdk/maui/DigitalGauge/overview.md @@ -85,7 +85,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/digitalgauge/getting-started) shows a step‑by‑step guide to begin using the Digital Gauge control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/digitalgauge/getting-started) shows a step‑by‑step guide to begin using the Digital Gauge control. - [Segments Types](https://help.syncfusion.com/maui/digitalgauge/character-segment-types) helps you understand different segment types and configurations. - [Customization](https://help.syncfusion.com/maui/digitalgauge/customization) explains how to customize appearance and behavior of the control. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready‑made UI examples. diff --git a/chart-sdk/maui/Funnel-Charts/Appearance.md b/chart-sdk/maui/Funnel-Charts/Appearance.md index 2721a1e053..60e74e5855 100644 --- a/chart-sdk/maui/Funnel-Charts/Appearance.md +++ b/chart-sdk/maui/Funnel-Charts/Appearance.md @@ -12,7 +12,7 @@ documentation: ug The appearance of the [SfFunnelChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html) can be customized by using the custom palettes and gradients that enhance the visual appeal of the application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. ## Add a title diff --git a/chart-sdk/maui/Funnel-Charts/DataLabels.md b/chart-sdk/maui/Funnel-Charts/DataLabels.md index df1f104780..00abc240f2 100644 --- a/chart-sdk/maui/Funnel-Charts/DataLabels.md +++ b/chart-sdk/maui/Funnel-Charts/DataLabels.md @@ -12,7 +12,7 @@ keywords: .net maui funnel chart, data labels, label customization, label placem Data labels are used to display values related to a chart segment. Values from data points (x, y) or other custom properties from a data source can be displayed. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. ## Enable data labels diff --git a/chart-sdk/maui/Funnel-Charts/Exporting.md b/chart-sdk/maui/Funnel-Charts/Exporting.md index 1fbbef4fa7..280fd118f5 100644 --- a/chart-sdk/maui/Funnel-Charts/Exporting.md +++ b/chart-sdk/maui/Funnel-Charts/Exporting.md @@ -10,7 +10,7 @@ keywords: .net maui funnel chart, export chart, save image, export stream, png, # Exporting in .NET MAUI Funnel Chart -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. ## Export as an image diff --git a/chart-sdk/maui/Funnel-Charts/Legend.md b/chart-sdk/maui/Funnel-Charts/Legend.md index 735f9650ea..3b9455fefe 100644 --- a/chart-sdk/maui/Funnel-Charts/Legend.md +++ b/chart-sdk/maui/Funnel-Charts/Legend.md @@ -12,7 +12,7 @@ keywords: .net maui funnel chart, chart legend, legend wrap, legend view, legend The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) provides a list of data points, helping to identify the corresponding funnel segments in the chart. Here's a detailed guide on how to define and customize the legend in the funnel chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. ## Defining the legend diff --git a/chart-sdk/maui/Funnel-Charts/Liquid-Glass-Effect.md b/chart-sdk/maui/Funnel-Charts/Liquid-Glass-Effect.md index c14b6ec145..62d81702a0 100644 --- a/chart-sdk/maui/Funnel-Charts/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/Funnel-Charts/Liquid-Glass-Effect.md @@ -13,7 +13,7 @@ keywords: .net maui funnel chart, glass effect, liquid glass effect, funnel char The Liquid Glass Effect is a modern design style that provides a sleek, minimalist appearance with clean lines, subtle visual effects, and elegant styling. It features smooth rounded corners and sophisticated visual treatments that create a polished, professional look for your charts. > **Prerequisite:** ->- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +>- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. >- To use **SfGlassEffectView**, ensure that the Syncfusion.Maui.Core package is installed and import the Syncfusion.Maui.Core namespace. N> The liquid glass effect is supported with `.NET 10` and on iOS and macOS versions 26 or later. diff --git a/chart-sdk/maui/Funnel-Charts/Orientation.md b/chart-sdk/maui/Funnel-Charts/Orientation.md index 49358a4aa4..137cb4caad 100644 --- a/chart-sdk/maui/Funnel-Charts/Orientation.md +++ b/chart-sdk/maui/Funnel-Charts/Orientation.md @@ -11,7 +11,7 @@ documentation: ug The rendering direction of the funnel chart can be changed using the [Orientation](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html#Syncfusion_Maui_Charts_SfFunnelChart_Orientation) property. The default value of this property is `Vertical`, which arranges segments from bottom to top. It can be set to `Horizontal` to render segments from right to left. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Funnel-Charts/Overview.md b/chart-sdk/maui/Funnel-Charts/Overview.md index 2dcba769ec..208748199e 100644 --- a/chart-sdk/maui/Funnel-Charts/Overview.md +++ b/chart-sdk/maui/Funnel-Charts/Overview.md @@ -89,7 +89,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started) shows a step‑by‑step guide to begin using the Funnel Chart control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started) shows a step‑by‑step guide to begin using the Funnel Chart control. - [Appearance](https://help.syncfusion.com/maui/funnel-charts/appearance) explains how to customize chart appearance and behavior. - [Data Labels](https://help.syncfusion.com/maui/funnel-charts/datalabels) helps configure data labels and segment display. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready‑made UI examples. diff --git a/chart-sdk/maui/Funnel-Charts/Segment-Spacing.md b/chart-sdk/maui/Funnel-Charts/Segment-Spacing.md index e0e1248b78..40653469a3 100644 --- a/chart-sdk/maui/Funnel-Charts/Segment-Spacing.md +++ b/chart-sdk/maui/Funnel-Charts/Segment-Spacing.md @@ -11,7 +11,7 @@ documentation: ug The gap between each segment in the funnel chart can be set using the [GapRatio](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html#Syncfusion_Maui_Charts_SfFunnelChart_GapRatio) property. The default value of the [GapRatio](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html#Syncfusion_Maui_Charts_SfFunnelChart_GapRatio) property is `0`, and its value ranges from `0` to `1`. This ratio represents the spacing relative to the segment height; a value of `0.2` means the gap is 20% of the segment's height. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Funnel-Charts/Tooltip.md b/chart-sdk/maui/Funnel-Charts/Tooltip.md index d937ad4601..bdc87434c6 100644 --- a/chart-sdk/maui/Funnel-Charts/Tooltip.md +++ b/chart-sdk/maui/Funnel-Charts/Tooltip.md @@ -11,7 +11,7 @@ documentation: ug The tooltip provides additional information when hovering over a funnel segment. By default, the segment's Y value will be shown in the tooltip. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/funnel-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Funnel Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/funnel-charts/getting-started)** guide. ## Enable Tooltip diff --git a/chart-sdk/maui/Polar-Charts/Appearance.md b/chart-sdk/maui/Polar-Charts/Appearance.md index c7dcefe82d..bb7e0e89f9 100644 --- a/chart-sdk/maui/Polar-Charts/Appearance.md +++ b/chart-sdk/maui/Polar-Charts/Appearance.md @@ -11,7 +11,7 @@ documentation: ug The appearance of [SfPolarChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html) can be customized using the predefined brushes, custom brushes, and gradient, which allows for the enrichment of the application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Default PaletteBrushes for chart diff --git a/chart-sdk/maui/Polar-Charts/Axis/Axislabels.md b/chart-sdk/maui/Polar-Charts/Axis/Axislabels.md index c768b383be..e7709dca27 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Axislabels.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Axislabels.md @@ -11,7 +11,7 @@ documentation: ug Axis labels are used to display the units, measures, or category values of an axis in a user-friendly way. They are generated based on the range and the values bound to the [XBindingPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_XBindingPath) or [YBindingPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.XYDataSeries.html#Syncfusion_Maui_Charts_XYDataSeries_YBindingPath) properties of the series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Positioning the labels diff --git a/chart-sdk/maui/Polar-Charts/Axis/Axisline.md b/chart-sdk/maui/Polar-Charts/Axis/Axisline.md index cc454dd0b1..9395756f9a 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Axisline.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Axisline.md @@ -13,7 +13,7 @@ documentation: ug The polar chart axis provides support for customizing the style of the axis line by defining the [AxisLineStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_AxisLineStyle) property, as shown in the code sample below. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. N> The customization of axis lines using the `AxisLineStyle` property can only be applied to the secondary axis. diff --git a/chart-sdk/maui/Polar-Charts/Axis/Gridlines.md b/chart-sdk/maui/Polar-Charts/Axis/Gridlines.md index 147b28264c..0939ae494b 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Gridlines.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Gridlines.md @@ -13,7 +13,7 @@ documentation: ug By default, major gridlines are automatically added to the [ChartAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html) at its defined intervals. The visibility of the major gridlines can be controlled using the [ShowMajorGridLines](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_ShowMajorGridLines) property. The default value of [ShowMajorGridLines](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_ShowMajorGridLines) is `true`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Polar-Charts/Axis/Ticklines.md b/chart-sdk/maui/Polar-Charts/Axis/Ticklines.md index b203e33823..71b168ea93 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Ticklines.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Ticklines.md @@ -13,7 +13,7 @@ Tick lines are the small lines drawn on the axis line to represent the axis labe Minor tick lines can be added to the axis by defining the [MinorTicksPerInterval](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html#Syncfusion_Maui_Charts_RangeAxisBase_MinorTicksPerInterval) property. This property adds the minor tick lines to every interval based on the value. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. N> For category axis, minor tick lines are not applicable as it is rendered based on index positions. diff --git a/chart-sdk/maui/Polar-Charts/Axis/Title.md b/chart-sdk/maui/Polar-Charts/Axis/Title.md index e3beea1fce..5fb9783fcf 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Title.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Title.md @@ -11,7 +11,7 @@ documentation: ug The [Title](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_Title) property is used to set the title for the chart axis. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. N> The polar chart supports a title for the secondary axis only. diff --git a/chart-sdk/maui/Polar-Charts/Axis/Types.md b/chart-sdk/maui/Polar-Charts/Axis/Types.md index f5439427be..019fb30b50 100644 --- a/chart-sdk/maui/Polar-Charts/Axis/Types.md +++ b/chart-sdk/maui/Polar-Charts/Axis/Types.md @@ -16,7 +16,7 @@ Polar chart supports the following types of chart axis: * DateTimeAxis * DateTimeCategoryAxis -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Numerical axis diff --git a/chart-sdk/maui/Polar-Charts/DataLabels.md b/chart-sdk/maui/Polar-Charts/DataLabels.md index cb34aff621..56dd977806 100644 --- a/chart-sdk/maui/Polar-Charts/DataLabels.md +++ b/chart-sdk/maui/Polar-Charts/DataLabels.md @@ -15,7 +15,7 @@ Each data label can be represented by the following: * Label - displays the segment label content at the (X, Y) point. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Enable Data Labels diff --git a/chart-sdk/maui/Polar-Charts/Exporting.md b/chart-sdk/maui/Polar-Charts/Exporting.md index fa2da8a2cd..1197d41a65 100644 --- a/chart-sdk/maui/Polar-Charts/Exporting.md +++ b/chart-sdk/maui/Polar-Charts/Exporting.md @@ -13,7 +13,7 @@ documentation: ug You can export the chart view as an image in the desired file format using the [SaveAsImage](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_SaveAsImage_System_String_) method of [SfPolarChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html). The supported image formats are **JPEG and PNG**. By default, if you don't mention any image format with the filename, the chart view will be exported as an image in the PNG format. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. N> The chart view can be exported as an image only when the chart view is added to the visual tree. diff --git a/chart-sdk/maui/Polar-Charts/Legend.md b/chart-sdk/maui/Polar-Charts/Legend.md index 67c481e350..945ebd202f 100644 --- a/chart-sdk/maui/Polar-Charts/Legend.md +++ b/chart-sdk/maui/Polar-Charts/Legend.md @@ -12,7 +12,7 @@ keywords: .net maui polar chart, polar-chart, chart legend, legend-wrap, legend The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) provides a list of polar series, helping to identify the corresponding data series in the chart. Here's a detailed guide on how to define and customize the legend in the polar chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Defining the legend diff --git a/chart-sdk/maui/Polar-Charts/Liquid-Glass-Effect.md b/chart-sdk/maui/Polar-Charts/Liquid-Glass-Effect.md index d2b30134ed..0c863f07c3 100644 --- a/chart-sdk/maui/Polar-Charts/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/Polar-Charts/Liquid-Glass-Effect.md @@ -12,7 +12,7 @@ keywords: .net maui chart, cupertino theme, glass effect, maui cupertino chart, The Liquid Glass Effect is a modern design style that provides a sleek, minimalist appearance with clean lines, subtle visual effects, and elegant styling. It features smooth rounded corners and sophisticated visual treatments that create a polished, professional look for your charts. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. N> The liquid glass effect is supported only on `.NET 10` and on `iOS` and `macOS` versions 26 or later diff --git a/chart-sdk/maui/Polar-Charts/Overview.md b/chart-sdk/maui/Polar-Charts/Overview.md index 3fce43d98f..eecae45da0 100644 --- a/chart-sdk/maui/Polar-Charts/Overview.md +++ b/chart-sdk/maui/Polar-Charts/Overview.md @@ -89,7 +89,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started) shows a step‑by‑step guide to begin using the Polar Chart control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started) shows a step‑by‑step guide to begin using the Polar Chart control. - [Chart Types](https://help.syncfusion.com/maui/polar-charts/polararea) explores different polar chart types. - [Customization](https://help.syncfusion.com/maui/polar-charts/appearance) explains how to customize appearance and interaction settings. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready‑made UI examples. diff --git a/chart-sdk/maui/Polar-Charts/PolarArea.md b/chart-sdk/maui/Polar-Charts/PolarArea.md index 5dd808222e..3724120bd3 100644 --- a/chart-sdk/maui/Polar-Charts/PolarArea.md +++ b/chart-sdk/maui/Polar-Charts/PolarArea.md @@ -13,7 +13,7 @@ documentation: ug To display an area series in a polar chart, instantiate the [PolarAreaSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PolarAreaSeries.html) and include it in the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html#Syncfusion_Maui_Charts_SfPolarChart_Series) collection property of [SfPolarChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Polar-Charts/PolarLine.md b/chart-sdk/maui/Polar-Charts/PolarLine.md index 3220ef3d26..e212ec014e 100644 --- a/chart-sdk/maui/Polar-Charts/PolarLine.md +++ b/chart-sdk/maui/Polar-Charts/PolarLine.md @@ -13,7 +13,7 @@ documentation: ug To display a line series in a polar chart, instantiate the [PolarLineSeries](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.PolarLineSeries.html) and include it in the [Series](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html#Syncfusion_Maui_Charts_SfPolarChart_Series) collection property of [SfPolarChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPolarChart.html). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Polar-Charts/RenderingPosition.md b/chart-sdk/maui/Polar-Charts/RenderingPosition.md index c65698f237..fc09cad806 100644 --- a/chart-sdk/maui/Polar-Charts/RenderingPosition.md +++ b/chart-sdk/maui/Polar-Charts/RenderingPosition.md @@ -11,7 +11,7 @@ documentation: ug The rendering position in a .NET MAUI Polar Chart defines the starting angle from which the chart series is drawn on the polar coordinate system. By adjusting the rendering position, you can rotate the entire chart visualization to start from different angular points (0°, 90°, 180°, or 270°). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Start Angle diff --git a/chart-sdk/maui/Polar-Charts/Tooltip.md b/chart-sdk/maui/Polar-Charts/Tooltip.md index 5af55ece04..296adff2b0 100644 --- a/chart-sdk/maui/Polar-Charts/Tooltip.md +++ b/chart-sdk/maui/Polar-Charts/Tooltip.md @@ -11,7 +11,7 @@ documentation: ug A tooltip is used to display information or metadata of the tapped segment. The Polar chart provides tooltip support for all series. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/polar-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **SfPolarChart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/polar-charts/getting-started)** guide. ## Define Tooltip diff --git a/chart-sdk/maui/Pyramid-Charts/Appearance.md b/chart-sdk/maui/Pyramid-Charts/Appearance.md index e162a2f283..a3a018da79 100644 --- a/chart-sdk/maui/Pyramid-Charts/Appearance.md +++ b/chart-sdk/maui/Pyramid-Charts/Appearance.md @@ -12,7 +12,7 @@ keywords: maui pyramid chart, appearance, palette, gradient, title, customizatio The appearance of the [SfPyramidChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html) can be customized by using the custom palettes and gradients that enhance the visual appeal of the application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. ## Add a title diff --git a/chart-sdk/maui/Pyramid-Charts/DataLabels.md b/chart-sdk/maui/Pyramid-Charts/DataLabels.md index a67636fe7f..6b72fa2384 100644 --- a/chart-sdk/maui/Pyramid-Charts/DataLabels.md +++ b/chart-sdk/maui/Pyramid-Charts/DataLabels.md @@ -12,7 +12,7 @@ keywords: .net maui pyramid chart, data labels, label customization, label place Data labels are used to display values related to a chart segment. Values from data points (x, y) or other custom properties from a data source can be displayed. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. ## Enable data labels diff --git a/chart-sdk/maui/Pyramid-Charts/Exporting.md b/chart-sdk/maui/Pyramid-Charts/Exporting.md index 5494e4847f..b95282c296 100644 --- a/chart-sdk/maui/Pyramid-Charts/Exporting.md +++ b/chart-sdk/maui/Pyramid-Charts/Exporting.md @@ -10,7 +10,7 @@ keywords: .net maui pyramid chart, export chart, save image, export stream, png, # Exporting in .NET MAUI Pyramid Chart -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. ## Export as an image diff --git a/chart-sdk/maui/Pyramid-Charts/Legend.md b/chart-sdk/maui/Pyramid-Charts/Legend.md index 84add2cf0a..a5b923f655 100644 --- a/chart-sdk/maui/Pyramid-Charts/Legend.md +++ b/chart-sdk/maui/Pyramid-Charts/Legend.md @@ -12,7 +12,7 @@ keywords: .net maui pyramid chart, legend, chart legend, legend items, legend cu The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartBase.html#Syncfusion_Maui_Charts_ChartBase_Legend) provides a list of data points, helping to identify the corresponding pyramid segments in the chart. Here is a detailed guide on how to define and customize the legend in the pyramid chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. ## Defining the legend diff --git a/chart-sdk/maui/Pyramid-Charts/Liquid-Glass-Effect.md b/chart-sdk/maui/Pyramid-Charts/Liquid-Glass-Effect.md index 3460f77335..e6d75dad0d 100644 --- a/chart-sdk/maui/Pyramid-Charts/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/Pyramid-Charts/Liquid-Glass-Effect.md @@ -13,7 +13,7 @@ keywords: .net maui pyramid chart, glass effect, liquid glass effect, pyramid ch The Liquid Glass Effect is a modern design style that provides a sleek, minimalist appearance with clean lines, subtle visual effects, and elegant styling. It features smooth rounded corners and sophisticated visual treatments that create a polished, professional look for your charts. N> **Prerequisite:** -- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. - To use **SfGlassEffectView**, ensure that the Syncfusion.Maui.Core package is installed and import the Syncfusion.Maui.Core namespace. N> The liquid glass effect is supported with `.NET 10` and on iOS and macOS versions 26 or later. diff --git a/chart-sdk/maui/Pyramid-Charts/Orientation.md b/chart-sdk/maui/Pyramid-Charts/Orientation.md index 825e47a9ad..588f6a8fb3 100644 --- a/chart-sdk/maui/Pyramid-Charts/Orientation.md +++ b/chart-sdk/maui/Pyramid-Charts/Orientation.md @@ -11,7 +11,7 @@ documentation: ug The rendering direction of the pyramid chart can be changed using the [Orientation](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html#Syncfusion_Maui_Charts_SfPyramidChart_Orientation) property. The default value of this property is `Vertical`, which arranges segments from top to bottom. It can be set to `Horizontal` to render segments from right to left. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Pyramid-Charts/Overview.md b/chart-sdk/maui/Pyramid-Charts/Overview.md index bed8c695cb..816ee03c5b 100644 --- a/chart-sdk/maui/Pyramid-Charts/Overview.md +++ b/chart-sdk/maui/Pyramid-Charts/Overview.md @@ -84,11 +84,11 @@ The following table summarizes the globalization support available in this contr - [Funnel Charts](https://help.syncfusion.com/maui/funnel-charts/overview) for visualizing process stages and conversion flows using funnel charts. - [Circular Charts](https://help.syncfusion.com/maui/cartesian-charts/overview) for representing proportional data using pie and doughnut charts. -- [Cartesian Charts](https://help.syncfusion.com/maui/cartesian-charts/getting-started) for visualizing data trends and comparisons using axis-based charts. +- [Cartesian Charts](https://help.syncfusion.com/chart-sdk/maui/cartesian-charts/getting-started) for visualizing data trends and comparisons using axis-based charts. ## See Also -- [Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started) shows a step‑by‑step guide to begin using the Pyramid Chart control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started) shows a step‑by‑step guide to begin using the Pyramid Chart control. - [Customization](https://help.syncfusion.com/maui/pyramid-charts/appearance) explains how to customize chart appearance and behavior. - [Labels](https://help.syncfusion.com/maui/pyramid-charts/datalabels) helps configure data labels and segment details. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready‑made UI examples. diff --git a/chart-sdk/maui/Pyramid-Charts/Segment-Spacing.md b/chart-sdk/maui/Pyramid-Charts/Segment-Spacing.md index d564ae2c7e..1d6441c932 100644 --- a/chart-sdk/maui/Pyramid-Charts/Segment-Spacing.md +++ b/chart-sdk/maui/Pyramid-Charts/Segment-Spacing.md @@ -11,7 +11,7 @@ documentation: ug The gap between each segment in the pyramid chart can be set using the [GapRatio](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html#Syncfusion_Maui_Charts_SfPyramidChart_GapRatio) property. The default value of the [GapRatio](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html#Syncfusion_Maui_Charts_SfPyramidChart_GapRatio) property is `0`, and its value ranges from `0` to `1`. This ratio represents the spacing relative to the segment height; a value of `0.2` means the gap is 20% of the segment's height. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. {% tabs %} diff --git a/chart-sdk/maui/Pyramid-Charts/Tooltip.md b/chart-sdk/maui/Pyramid-Charts/Tooltip.md index df52262a0f..6be3ed96eb 100644 --- a/chart-sdk/maui/Pyramid-Charts/Tooltip.md +++ b/chart-sdk/maui/Pyramid-Charts/Tooltip.md @@ -11,7 +11,7 @@ documentation: ug The tooltip provides additional information when hovering over a pyramid segment. By default, the segment's Y value will be shown in the tooltip. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/pyramid-charts/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Pyramid Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/pyramid-charts/getting-started)** guide. ## Enable Tooltip diff --git a/chart-sdk/maui/SunburstChart/Appearance.md b/chart-sdk/maui/SunburstChart/Appearance.md index fb990dd0ee..2ec48ca2be 100644 --- a/chart-sdk/maui/SunburstChart/Appearance.md +++ b/chart-sdk/maui/SunburstChart/Appearance.md @@ -11,7 +11,7 @@ documentation: ug The appearance of the [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html) can be customized using properties such as Title, Angle, Radius, Inner radius, and Stroke, which allow you to enhance the visual presentation of your application. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Add a Title The title of the sunburst chart provides quick information to the user about the data being plotted in the chart. The [Title](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Title) property accepts a `View` and is used to set a title for the sunburst chart. The following example uses a `Label` as the title within a `ContentPage`. diff --git a/chart-sdk/maui/SunburstChart/CenterView.md b/chart-sdk/maui/SunburstChart/CenterView.md index 08141942ba..370b8a0e37 100644 --- a/chart-sdk/maui/SunburstChart/CenterView.md +++ b/chart-sdk/maui/SunburstChart/CenterView.md @@ -11,7 +11,7 @@ documentation: ug Any view can be added to the center of the sunburst chart using the [CenterView](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_CenterView) property of [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html). The view placed in the center of the chart is useful for displaying summary or contextual information about the sunburst chart. The binding context of the CenterView is the `SfSunburstChart` instance, so any binding in the CenterView resolves against the chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Add a center view diff --git a/chart-sdk/maui/SunburstChart/DataLabels.md b/chart-sdk/maui/SunburstChart/DataLabels.md index 7da71a0aa8..e6ed8999a5 100644 --- a/chart-sdk/maui/SunburstChart/DataLabels.md +++ b/chart-sdk/maui/SunburstChart/DataLabels.md @@ -11,11 +11,11 @@ documentation: ug Data labels are used to display information about segments of the sunburst chart. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Enable Data Labels -Data labels are enabled and disabled using the [ShowLabels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ShowLabels) property. The default value of the ShowLabels property is `False`. For data labels to appear, the chart must also be bound to data via the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ItemsSource), [ValueMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ValueMemberPath), and [Levels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Levels) properties. See the [Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started) topic for setup details. +Data labels are enabled and disabled using the [ShowLabels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ShowLabels) property. The default value of the ShowLabels property is `False`. For data labels to appear, the chart must also be bound to data via the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ItemsSource), [ValueMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ValueMemberPath), and [Levels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Levels) properties. See the [Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started) topic for setup details. The following code explains how to enable data labels. diff --git a/chart-sdk/maui/SunburstChart/DrillDown.md b/chart-sdk/maui/SunburstChart/DrillDown.md index 9c9c986596..f7a8925e29 100644 --- a/chart-sdk/maui/SunburstChart/DrillDown.md +++ b/chart-sdk/maui/SunburstChart/DrillDown.md @@ -11,7 +11,7 @@ documentation: ug Drill-down provides better visualization of hierarchical data by allowing large datasets to be visualized as simplified views. Users can drill down into each segment level. The Sunburst Chart provides animation along with drill-down support. Double-tapping (or double-clicking) a segment initiates the drill-down operation. A toolbar is enabled during drill-down, allowing zoom-back and reset operations. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Enable Drill Down diff --git a/chart-sdk/maui/SunburstChart/Legend.md b/chart-sdk/maui/SunburstChart/Legend.md index df417d5396..2982880293 100644 --- a/chart-sdk/maui/SunburstChart/Legend.md +++ b/chart-sdk/maui/SunburstChart/Legend.md @@ -11,7 +11,7 @@ documentation: ug The legend provides information about the data points (segments) displayed in the sunburst chart. The [Legend](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Legend) property of the [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html) is used to enable the legend. By default, this property is `null`. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Enable a Legend diff --git a/chart-sdk/maui/SunburstChart/Liquid-Glass-Effect.md b/chart-sdk/maui/SunburstChart/Liquid-Glass-Effect.md index 2d62b35084..81f9a404ad 100644 --- a/chart-sdk/maui/SunburstChart/Liquid-Glass-Effect.md +++ b/chart-sdk/maui/SunburstChart/Liquid-Glass-Effect.md @@ -14,7 +14,7 @@ The liquid glass effect is a modern design style that provides a sleek, minimali N> **Prerequisite:** -- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +- Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. - To use **SfGlassEffectView**, ensure that the Syncfusion.Maui.Core package is installed and import the Syncfusion.Maui.Core namespace. N> The liquid glass effect is supported only on `.NET 10` and on `iOS 26` and `macOS 26` or later. Enabling these properties on other platforms (such as Windows or Android) has no effect; the chart renders normally without the glass appearance. diff --git a/chart-sdk/maui/SunburstChart/Overview.md b/chart-sdk/maui/SunburstChart/Overview.md index 976f4c3287..87c3df57cd 100644 --- a/chart-sdk/maui/SunburstChart/Overview.md +++ b/chart-sdk/maui/SunburstChart/Overview.md @@ -92,7 +92,7 @@ The following table summarizes the globalization support available in this contr ## See Also -- [Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started) shows a step‑by‑step guide to begin using the Sunburst Chart control. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started) shows a step‑by‑step guide to begin using the Sunburst Chart control. - [Appearance](https://help.syncfusion.com/maui/sunburstchart/appearance) explains how to customize chart appearance and styling. - [Labels](https://help.syncfusion.com/maui/sunburstchart/datalabels) helps configure data labels and segment display. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready‑made UI examples. diff --git a/chart-sdk/maui/SunburstChart/Selection.md b/chart-sdk/maui/SunburstChart/Selection.md index b212de2c72..df4ea4930a 100644 --- a/chart-sdk/maui/SunburstChart/Selection.md +++ b/chart-sdk/maui/SunburstChart/Selection.md @@ -10,7 +10,7 @@ documentation: ug The Sunburst Chart supports segment selection and visual highlighting. Selection is triggered by tapping (touch) or clicking (mouse) a segment, enabling users to interact with hierarchical data. Selection requires the chart to be bound to data via the [ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ItemsSource), [ValueMemberPath](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_ValueMemberPath), and [Levels](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_Levels) properties. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. To enable selection, create an instance of the [SunburstSelectionSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SunburstSelectionSettings.html) class and assign it to the [SelectionSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_SelectionSettings) property of the [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html). The `Type` and `DisplayMode` properties of `SunburstSelectionSettings` are independent and can be combined. diff --git a/chart-sdk/maui/SunburstChart/Tooltip.md b/chart-sdk/maui/SunburstChart/Tooltip.md index 29ddc577b2..7a851a11ab 100644 --- a/chart-sdk/maui/SunburstChart/Tooltip.md +++ b/chart-sdk/maui/SunburstChart/Tooltip.md @@ -11,7 +11,7 @@ documentation: ug Tooltips provide additional information about segments in the sunburst chart. A tooltip is displayed when a segment is tapped or clicked. By default, the tooltip displays the corresponding segment's category (from the `Levels` group property) and value (from the `ValueMemberPath` property). -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/sunburstchart/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Sunburst Chart** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/sunburstchart/getting-started)** guide. ## Enable tooltip diff --git a/chart-sdk/maui/barcode-generator/customization.md b/chart-sdk/maui/barcode-generator/customization.md index f23924af58..08b4cb55d2 100644 --- a/chart-sdk/maui/barcode-generator/customization.md +++ b/chart-sdk/maui/barcode-generator/customization.md @@ -9,7 +9,7 @@ documentation: ug # Customization in .NET MAUI Barcode Generator -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/barcode-generator/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/barcode-generator/getting-started)** guide. ## Text customization diff --git a/chart-sdk/maui/barcode-generator/one-dimensional-symbology.md b/chart-sdk/maui/barcode-generator/one-dimensional-symbology.md index e66df876aa..908115e995 100644 --- a/chart-sdk/maui/barcode-generator/one-dimensional-symbology.md +++ b/chart-sdk/maui/barcode-generator/one-dimensional-symbology.md @@ -24,7 +24,7 @@ The one-dimensional [.NET MAUI Barcode Generator](https://www.syncfusion.com/mau * [`EAN8`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.EAN8.html) * [`EAN13`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.EAN13.html) -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/barcode-generator/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/barcode-generator/getting-started)** guide. N> All one-dimensional symbologies support the [`Module`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.SymbologyBase.html#Syncfusion_Maui_Barcode_SymbologyBase_Module) property, which defines the size of the smallest bar line of the barcode. By default, `Module` is not set; the smallest bar line size is automatically calculated based on the available size and the total number of bars for the provided input value. diff --git a/chart-sdk/maui/barcode-generator/overview.md b/chart-sdk/maui/barcode-generator/overview.md index b4ae64e160..f11685ed83 100644 --- a/chart-sdk/maui/barcode-generator/overview.md +++ b/chart-sdk/maui/barcode-generator/overview.md @@ -37,7 +37,7 @@ The Syncfusion® [.NET MAUI Barcode Generator](https://www.syncfus ## See Also -- [Getting Started](https://help.syncfusion.com/maui/barcode-generator/getting-started) shows how to begin using the Barcode Generator step by step. +- [Getting Started](https://help.syncfusion.com/chart-sdk/maui/barcode-generator/getting-started) shows how to begin using the Barcode Generator step by step. - [One Dimensional Symbology](https://help.syncfusion.com/maui/barcode-generator/one-dimensional-symbology) explains supported linear barcode types and usage. - [Customization](https://help.syncfusion.com/maui/barcode-generator/customization) shows how to customize barcode appearance and behavior. - [UI Kit](https://www.syncfusion.com/demos/maui#maui-ui-control) provides interactive demos and ready-made UI examples. diff --git a/chart-sdk/maui/barcode-generator/two-dimensional-symbology.md b/chart-sdk/maui/barcode-generator/two-dimensional-symbology.md index 7b258f12e1..ec050d2a85 100644 --- a/chart-sdk/maui/barcode-generator/two-dimensional-symbology.md +++ b/chart-sdk/maui/barcode-generator/two-dimensional-symbology.md @@ -14,7 +14,7 @@ The two-dimensional [.NET MAUI Barcode Generator](https://www.syncfusion.com/mau * [`QRCode`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.QRCode.html) * [`DataMatrix`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.DataMatrix.html) -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/barcode-generator/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the **Barcode Generator** control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/barcode-generator/getting-started)** guide. N> Like one-dimensional symbology, the two-dimensional symbology also supports the [`Module`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Barcode.SymbologyBase.html#Syncfusion_Maui_Barcode_SymbologyBase_Module) property. The property is used to define the size of the smallest module or dot of the barcode. If this property is not set, the size of the smallest dot of the barcode is automatically calculated based on the available size. diff --git a/chart-sdk/maui/linear-gauge/animation.md b/chart-sdk/maui/linear-gauge/animation.md index 593c8775d6..9f733499ab 100644 --- a/chart-sdk/maui/linear-gauge/animation.md +++ b/chart-sdk/maui/linear-gauge/animation.md @@ -11,7 +11,7 @@ documentation: ug All Linear Gauge elements including the scale, ticks and labels, range, bar pointer, shape marker pointer, and content marker pointer, can be animated separately. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started)** guide. ## Animate axis diff --git a/chart-sdk/maui/linear-gauge/bar-pointer.md b/chart-sdk/maui/linear-gauge/bar-pointer.md index ecb73728c6..a601898526 100644 --- a/chart-sdk/maui/linear-gauge/bar-pointer.md +++ b/chart-sdk/maui/linear-gauge/bar-pointer.md @@ -11,7 +11,7 @@ documentation: ug A bar pointer is an accenting line or shaded background that can be placed on a Linear Gauge to mark any current value in the scale track. The bar pointers always start from the minimum value of the scale and end with the specified value. Therefore, the [`Value`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.LinearPointer.html#Syncfusion_Maui_Gauges_LinearPointer_Value) property is a required parameter for creating a bar pointer. Multiple bar pointers can be added to a single gauge. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started)** guide. ## Default bar pointer diff --git a/chart-sdk/maui/linear-gauge/content-marker-pointer.md b/chart-sdk/maui/linear-gauge/content-marker-pointer.md index ba1ad6a042..3d0302cc77 100644 --- a/chart-sdk/maui/linear-gauge/content-marker-pointer.md +++ b/chart-sdk/maui/linear-gauge/content-marker-pointer.md @@ -11,7 +11,7 @@ documentation: ug The [`LinearContentPointer`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.LinearContentPointer.html) in [`SfLinearGauge`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfLinearGauge.html) allows you to use any .NET MAUI content as a marker pointer. Multiple content marker pointers can be added to a single gauge. For animation support, refer to the [Pointer animation](https://help.syncfusion.com/maui/linear-gauge/animation#pointer-animation) documentation. The following code sample uses an `Image` as a marker pointer. -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started)** guide. N> The image used in the `Image` source (e.g., `pin.png`) must be added to your project's resources. diff --git a/chart-sdk/maui/linear-gauge/labels.md b/chart-sdk/maui/linear-gauge/labels.md index e1d39431d2..56312629ca 100644 --- a/chart-sdk/maui/linear-gauge/labels.md +++ b/chart-sdk/maui/linear-gauge/labels.md @@ -13,7 +13,7 @@ The default style of gauge labels is as follows.  -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started)** guide. ## Customize label styles diff --git a/chart-sdk/maui/linear-gauge/migration.md b/chart-sdk/maui/linear-gauge/migration.md index 478ad2da11..bc2899595e 100644 --- a/chart-sdk/maui/linear-gauge/migration.md +++ b/chart-sdk/maui/linear-gauge/migration.md @@ -9,13 +9,13 @@ documentation: ug # Migrate from Xamarin.Forms SfLinearGauge to .NET MAUI SfLinearGauge -N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started)** guide. +N> **Prerequisite:** Ensure that the required NuGet package is installed, the necessary namespaces are imported, and the [.NET MAUI Linear Gauge](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) control is properly configured in your application. For detailed setup and configuration instructions, refer to the **[Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started)** guide. To make the migration from the [Xamarin SfLinearGauge](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfGauge.XForms.SfLinearGauge.html) to the [.NET MAUI SfLinearGauge](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfLinearGauge.html) easier, most of the similar APIs from the Xamarin [SfLinearGauge](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfGauge.XForms.SfLinearGauge.html) were kept in the .NET MAUI [SfLinearGauge](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfLinearGauge.html). Also, the APIs have been restructured by considering various use cases and maintaining API consistency. Please find the difference in the following topics. ## Initialize control -To initialize the control, import the gauge namespace and initialize SfLinearGauge as shown in the following code sample. In .NET MAUI, you also need to register the Syncfusion core handler by calling `builder.ConfigureSyncfusionCore()` in the `MauiProgram.cs` file. For more information, refer to the [Getting Started](https://help.syncfusion.com/maui/linear-gauge/getting-started) guide. +To initialize the control, import the gauge namespace and initialize SfLinearGauge as shown in the following code sample. In .NET MAUI, you also need to register the Syncfusion core handler by calling `builder.ConfigureSyncfusionCore()` in the `MauiProgram.cs` file. For more information, refer to the [Getting Started](https://help.syncfusion.com/chart-sdk/maui/linear-gauge/getting-started) guide.