Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion blazor/accumulation-chart/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla

## See also

* [Data Label](./data-labels)
* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
2 changes: 1 addition & 1 deletion blazor/accumulation-chart/chart-print.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,6 @@ N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/bla

## See also

* [Data Label](./data-labels)
* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
2 changes: 1 addition & 1 deletion blazor/accumulation-chart/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ The points that have been grouped together will appear as a single slice with th

N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap5) to know various features of accumulation charts and how it is used to represent numeric proportional data.

* [Data Label](./data-labels)
* [Data Label](./data-label)
* [Tooltip](./tool-tip)
* [Legend](./legend)
2 changes: 1 addition & 1 deletion blazor/chart/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ The accessibility compliance of the Blazor Chart component is shown in the follo

* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)

* [Accessibility Customization in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](./advanced-accessibility-configuration.md)
* [Accessibility Customization in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](https://blazor.syncfusion.com/documentation/chart/advanced-accessibility-configuration)

4 changes: 2 additions & 2 deletions blazor/datagrid/column-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ In the below example, we have used the `Expand` query to load the nested Employe

### Complex data generation using ExpandoObject

Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding#expandoobject-binding). You can achieve ExpandoObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding/local-data#expandoobject-binding). You can achieve ExpandoObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.

{% tabs %}
{% highlight razor tabtitle="Index.razor" %}
Expand Down Expand Up @@ -635,7 +635,7 @@ Before proceeding this, learn about [ExpandoObject Binding](https://blazor.syncf

### Complex data generation using DynamicObject

Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding#dynamicobject-binding). You can achieve DynamicObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.
Before proceeding this, learn about [DynamicObject Binding](https://blazor.syncfusion.com/documentation/datagrid/data-binding/local-data#dynamicobject-binding). You can achieve DynamicObject complex data binding in the Grid by using the dot(.) operator in the column.field. In the following examples, `CustomerID.Name` and `ShipCountry.Country` are complex data.

{% tabs %}
{% highlight razor tabtitle="Index.razor" %}
Expand Down