Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions chart-sdk/maui/Cartesian-Charts/Axis/AutoScrollingDelta.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ this.Content = chart;

The [AutoScrollingMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_AutoScrollingMode) property of the [ChartAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html) class determines whether the axis scrolls from the start or end of the data. The [ChartAutoScrollingMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAutoScrollingMode.html) enum provides the following values:

- `Start` Scrolls from the start, keeping earlier data points visible as new data is added.
- `End` Scrolls from the end (default), keeping the latest data points visible as new data is added.
- `Start` - Scrolls from the start, keeping earlier data points visible as new data is added.
- `End` - Scrolls from the end (default), keeping the latest data points visible as new data is added.

{% tabs %}

Expand Down Expand Up @@ -95,14 +95,14 @@ this.Content = chart;

When using [DateTimeAxis](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeAxis.html) in .NET MAUI Cartesian Chart, you can set the time unit for auto-scrolling delta using the [AutoScrollingDeltaType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeAxis.html#Syncfusion_Maui_Charts_DateTimeAxis_AutoScrollingDeltaType) property. The [DateTimeDeltaType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DateTimeDeltaType.html) enum provides the following values:

- `Years` Sets delta in years.
- `Months` Sets delta in months.
- `Days` Sets delta in days.
- `Hours` Sets delta in hours.
- `Minutes` Sets delta in minutes.
- `Seconds` Sets delta in seconds.
- `Milliseconds` Sets delta in milliseconds.
- `Auto` (default) Calculates the delta automatically based on the data range.
- `Years` - Sets delta in years.
- `Months` - Sets delta in months.
- `Days` - Sets delta in days.
- `Hours` - Sets delta in hours.
- `Minutes` - Sets delta in minutes.
- `Seconds` - Sets delta in seconds.
- `Milliseconds` - Sets delta in milliseconds.
- `Auto` (default) - Calculates the delta automatically based on the data range.

{% tabs %}

Expand Down
50 changes: 25 additions & 25 deletions chart-sdk/maui/Cartesian-Charts/Axis/Axislabels.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ N> **Prerequisite:** Ensure that the required NuGet package is installed, the ne

The [LabelsPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_LabelsPosition) property is used to position the axis labels inside or outside the chart area. The [AxisElementPosition](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.AxisElementPosition.html) enum provides the following values:

- `Inside` Positions labels inside the chart area.
- `Outside` (default) Positions labels outside the chart area.
- `Inside` - Positions labels inside the chart area.
- `Outside` (default) - Positions labels outside the chart area.

{% tabs %}

Expand Down Expand Up @@ -97,25 +97,25 @@ The [LabelStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.Char

**Appearance**

* `Background` Sets the background color of the labels.
* `Stroke` Sets the border stroke color of the labels.
* `StrokeWidth` Sets the border thickness of the label.
* `CornerRadius` Defines the rounded corners for labels.
* `Margin` Sets the margin of the label.
* `Background` - Sets the background color of the labels.
* `Stroke` - Sets the border stroke color of the labels.
* `StrokeWidth` - Sets the border thickness of the label.
* `CornerRadius` - Defines the rounded corners for labels.
* `Margin` - Sets the margin of the label.

**Text Styling**

* `FontAttributes` Sets the font style (Bold, Italic, None) for the label.
* `FontFamily` Sets the font family name for the label.
* `FontSize` Sets the font size for the label.
* `TextColor` Sets the color for the label text.
* `FontAttributes` - Sets the font style (Bold, Italic, None) for the label.
* `FontFamily` - Sets the font family name for the label.
* `FontSize` - Sets the font size for the label.
* `TextColor` - Sets the color for the label text.

**Formatting and Alignment**

* `LabelFormat` Sets numeric or date-time format for the axis label.
* `LabelAlignment` Aligns labels at start, end, or center positions.
* `MaxWidth` Sets the wrap width of the axis labels.
* `WrappedLabelAlignment` Sets the horizontal rendering position of wrapped labels. Default is `Start`; other values are `Center` and `End`.
* `LabelFormat` - Sets numeric or date-time format for the axis label.
* `LabelAlignment` - Aligns labels at start, end, or center positions.
* `MaxWidth` - Sets the wrap width of the axis labels.
* `WrappedLabelAlignment` - Sets the horizontal rendering position of wrapped labels. Default is `Start`; other values are `Center` and `End`.


## Edge labels drawing mode
Expand Down Expand Up @@ -164,9 +164,9 @@ this.Content = chart;

The [EdgeLabelsVisibilityMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.RangeAxisBase.html#Syncfusion_Maui_Charts_RangeAxisBase_EdgeLabelsVisibilityMode) property controls the visibility of edge labels. The [EdgeLabelsVisibilityMode](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.EdgeLabelsVisibilityMode.html) enum provides the following values:

- `Default` (default) Displays edge labels based on auto interval calculations.
- `AlwaysVisible` Shows edge labels even when the chart is zoomed.
- `Visible` Displays edge labels in normal state until zooming occurs.
- `Default` (default) - Displays edge labels based on auto interval calculations.
- `AlwaysVisible` - Shows edge labels even when the chart is zoomed.
- `Visible` - Displays edge labels in normal state until zooming occurs.

### Always visible

Expand Down Expand Up @@ -238,10 +238,10 @@ this.Content = chart;

Axis labels may overlap based on chart dimensions and label size. The [LabelsIntersectAction](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_LabelsIntersectAction) property prevents overlapping. The [AxisLabelsIntersectAction](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.AxisLabelsIntersectAction.html) enum provides the following values (default is `Hide`):

- `Hide` Hides overlapping labels.
- `MultipleRows` Arranges overlapping labels in multiple rows.
- `None` Displays all labels without any action.
- `Wrap` Wraps label text to fit within specified width (requires [MaxWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelStyle.html#Syncfusion_Maui_Charts_ChartAxisLabelStyle_MaxWidth) property). Alignment can be controlled using [WrappedLabelAlignment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelStyle.html#Syncfusion_Maui_Charts_ChartAxisLabelStyle_WrappedLabelAlignment) property.
- `Hide` - Hides overlapping labels.
- `MultipleRows` - Arranges overlapping labels in multiple rows.
- `None` - Displays all labels without any action.
- `Wrap` - Wraps label text to fit within specified width (requires [MaxWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelStyle.html#Syncfusion_Maui_Charts_ChartAxisLabelStyle_MaxWidth) property). Alignment can be controlled using [WrappedLabelAlignment](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxisLabelStyle.html#Syncfusion_Maui_Charts_ChartAxisLabelStyle_WrappedLabelAlignment) property.

{% tabs %}

Expand Down Expand Up @@ -317,9 +317,9 @@ this.Content = chart;

The `AxisLabelTapped` event occurs when a user taps on an axis label. The [AxisLabelTappedEventArgs](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.AxisLabelTappedEventArgs.html) class provides the following properties:

* `Axis` Gets the associated axis where the label was tapped.
* `AxisLabel` Gets the `ChartAxisLabel` object containing details about the tapped label.
* `Position` Gets the screen coordinates (X, Y) of the tap location in device-independent pixels.
* `Axis` - Gets the associated axis where the label was tapped.
* `AxisLabel` - Gets the `ChartAxisLabel` object containing details about the tapped label.
* `Position` - Gets the screen coordinates (X, Y) of the tap location in device-independent pixels.

{% tabs %}

Expand Down
6 changes: 3 additions & 3 deletions chart-sdk/maui/Cartesian-Charts/Axis/Axisline.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ N> **Prerequisite:** Ensure that the required NuGet package is installed, the ne

The [AxisLineStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartAxis.html#Syncfusion_Maui_Charts_ChartAxis_AxisLineStyle) property allows you to customize the axis line appearance. The [ChartLineStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLineStyle.html) class provides the following properties:

* `Stroke` Sets the color of the axis line.
* `StrokeWidth` Sets the width of the axis line in pixels.
* `DashArray` Sets the dash pattern for the axis line (e.g., solid, dotted, dashed).
* `Stroke` - Sets the color of the axis line.
* `StrokeWidth` - Sets the width of the axis line in pixels.
* `DashArray` - Sets the dash pattern for the axis line (e.g., solid, dotted, dashed).

{% tabs %}

Expand Down
8 changes: 4 additions & 4 deletions chart-sdk/maui/Circular-Charts/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ T> Change the file extension (.jpg, .jpeg, or .png) to export in a different ima

The exported image will be saved in different locations across platforms:

* **Windows and Android** The image is saved in the Pictures directory.
* **macOS and iOS** The image is saved in the Photos/Album directory.
* **Windows and Android** - The image is saved in the Pictures directory.
* **macOS and iOS** - The image is saved in the Photos/Album directory.

### Platform-specific permissions

Expand Down Expand Up @@ -89,8 +89,8 @@ Stream stream = await chart.GetStreamAsync(ImageFileFormat.Jpeg);

## Related resources

* [.NET MAUI Charts feature tour](https://www.syncfusion.com/maui-controls) Explore groundbreaking features and capabilities.
* [.NET MAUI Charts examples](https://github.com/syncfusion/maui-demos) Discover various chart types and their configurations.
* [.NET MAUI Charts feature tour](https://www.syncfusion.com/maui-controls) - Explore groundbreaking features and capabilities.
* [.NET MAUI Charts examples](https://github.com/syncfusion/maui-demos) - Discover various chart types and their configurations.



24 changes: 12 additions & 12 deletions chart-sdk/maui/Funnel-Charts/DataLabels.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ Data labels can be customized using the [DataLabelSettings](https://help.syncfus

The following properties in [FunnelDataLabelSettings](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FunnelDataLabelSettings.html) are used to customize data labels:

* [`LabelPlacement`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_LabelPlacement) Positions the funnel chart data labels at [Auto](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Auto), [Inner](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Inner), [Center](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Center), or [Outer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Outer). Default value is `Auto`.
* [`UseSeriesPalette`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_UseSeriesPalette) Sets the chart segment color as the data label background color.
* [`Context`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FunnelDataLabelSettings.html#Syncfusion_Maui_Charts_FunnelDataLabelSettings_Context) Gets or sets the content to be displayed in the label using the [FunnelDataLabelContext](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FunnelDataLabelContext.html) enum. Supported values are `XValue` and `YValue`.
* [`LabelStyle`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_LabelStyle) Customizes the appearance of the data labels. Properties available in the [ChartDataLabelStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelStyle.html) class include:
* [Margin](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Margin) Gets or sets the label margin (type: `Thickness`).
* [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Background) Gets or sets the label background color (type: `Brush`).
* [FontAttributes](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_FontAttributes) Gets or sets the font style (type: `FontAttributes`).
* [FontSize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_FontSize) Gets or sets the font size (type: `double`).
* [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Stroke) Gets or sets the border color (type: `Brush`).
* [StrokeWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_StrokeWidth) Gets or sets the border width (type: `double`).
* [CornerRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_CornerRadius) Gets or sets the rounded corners for the label (type: `CornerRadius`).
* [TextColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_TextColor) Gets or sets the label text color (type: `Color`).
* [`LabelPlacement`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_LabelPlacement) - Positions the funnel chart data labels at [Auto](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Auto), [Inner](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Inner), [Center](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Center), or [Outer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.DataLabelPlacement.html#Syncfusion_Maui_Charts_DataLabelPlacement_Outer). Default value is `Auto`.
* [`UseSeriesPalette`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_UseSeriesPalette) - Sets the chart segment color as the data label background color.
* [`Context`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FunnelDataLabelSettings.html#Syncfusion_Maui_Charts_FunnelDataLabelSettings_Context) - Gets or sets the content to be displayed in the label using the [FunnelDataLabelContext](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.FunnelDataLabelContext.html) enum. Supported values are `XValue` and `YValue`.
* [`LabelStyle`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelSettings.html#Syncfusion_Maui_Charts_ChartDataLabelSettings_LabelStyle) - Customizes the appearance of the data labels. Properties available in the [ChartDataLabelStyle](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartDataLabelStyle.html) class include:
* [Margin](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Margin) - Gets or sets the label margin (type: `Thickness`).
* [Background](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Background) - Gets or sets the label background color (type: `Brush`).
* [FontAttributes](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_FontAttributes) - Gets or sets the font style (type: `FontAttributes`).
* [FontSize](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_FontSize) - Gets or sets the font size (type: `double`).
* [Stroke](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_Stroke) - Gets or sets the border color (type: `Brush`).
* [StrokeWidth](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_StrokeWidth) - Gets or sets the border width (type: `double`).
* [CornerRadius](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_CornerRadius) - Gets or sets the rounded corners for the label (type: `CornerRadius`).
* [TextColor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartLabelStyle.html#Syncfusion_Maui_Charts_ChartLabelStyle_TextColor) - Gets or sets the label text color (type: `Color`).

{% tabs %}

Expand Down
8 changes: 4 additions & 4 deletions chart-sdk/maui/Funnel-Charts/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ T> Change the file extension (.jpg, .jpeg, or .png) to export in a different ima

The exported image will be saved in different locations across platforms:

* **Windows and Android** The image is saved in the Pictures directory.
* **macOS and iOS** The image is saved in the Photos/Album directory.
* **Windows and Android** - The image is saved in the Pictures directory.
* **macOS and iOS** - The image is saved in the Photos/Album directory.

### Platform-specific permissions

Expand Down Expand Up @@ -100,6 +100,6 @@ Stream stream = await chart.GetStreamAsync(ImageFileFormat.Jpeg);

## Related resources

* [.NET MAUI Charts feature tour](https://www.syncfusion.com/maui-controls) Explore groundbreaking features and capabilities.
* [.NET MAUI Charts examples](https://github.com/syncfusion/maui-demos) Discover various chart types and their configurations.
* [.NET MAUI Charts feature tour](https://www.syncfusion.com/maui-controls) - Explore groundbreaking features and capabilities.
* [.NET MAUI Charts examples](https://github.com/syncfusion/maui-demos) - Discover various chart types and their configurations.

Loading