Skip to content

Development to master #1877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a38d7ee
963927 - Modified some wrong hyperlinks embedded to the WPF UG
Dhileep4290 Jun 16, 2025
a737c74
resolved CI failures
Dhileep4290 Jun 16, 2025
cc762ef
resolved CI failures
Dhileep4290 Jun 16, 2025
d853b8d
Updated the Changes
JothikaSF4341 Jun 23, 2025
148b2da
964318-Prepare UG document content for response toolbar item support …
Aravindhanperiyasamy19 Jun 24, 2025
612be33
Update code in Response-Toolbar.md
Aravindhanperiyasamy19 Jun 25, 2025
7e36e16
Resize the description
Aravindhanperiyasamy19 Jun 25, 2025
09eeab2
Merge pull request #1824 from syncfusion-content/964318_Prepare-UG-do…
Manivannan-E Jun 25, 2025
7dc3c86
feedbacks addressed
Dhileep4290 Jun 25, 2025
eefb97b
feedbacks addressed
Dhileep4290 Jun 25, 2025
d24f071
964819-Change the code snippet in data binding menuadv UG wpf
Aravindhanperiyasamy19 Jun 26, 2025
993d70a
Merge pull request #1833 from syncfusion-content/964819_Change-the-co…
Manivannan-E Jun 26, 2025
dca3282
Updated the SfSkinManger UG Modifications.
JothikaSF4341 Jun 27, 2025
b8de121
Updated the ThemeStudio UG Modifications.
JothikaSF4341 Jun 30, 2025
329711c
Updated the changes
JothikaSF4341 Jun 30, 2025
1b8f416
Added the SfSkinManager Classic
JothikaSF4341 Jun 30, 2025
6325fec
Updated the changes
JothikaSF4341 Jun 30, 2025
36f9c3e
Optimized the images and updated
JothikaSF4341 Jun 30, 2025
22c5046
Merge pull request #1813 from syncfusion-content/WPF-963927
Vikassekar Jun 30, 2025
b283dc9
Added the Skin-Manager (Classic) in toc
JothikaSF4341 Jun 30, 2025
a2cfa39
Renamed the md file to resolve CI failure
JothikaSF4341 Jun 30, 2025
d71df76
Updated the changes
JothikaSF4341 Jun 30, 2025
87673f2
Merge pull request #1823 from syncfusion-content/Runtime-Theme-Switch…
Manivannan-E Jul 1, 2025
cbc62b1
Updated the images
JothikaSF4341 Jul 1, 2025
68c9c72
Merge pull request #1841 from syncfusion-content/Update-the-Image-in-…
thangapriyavalasubramanian Jul 1, 2025
0e9222e
Updated the SfSkinManager UG Changes
JothikaSF4341 Jul 2, 2025
60dc90a
Merge pull request #1846 from syncfusion-content/Update-SfSkinManager…
thangapriyavalasubramanian Jul 3, 2025
db4479b
Updated the note content for skinmanager changes
sudharsan-narayanan Jul 4, 2025
48bd588
Added Notes for the theme export projects issue
sudharsan-narayanan Jul 4, 2025
ab1d0f2
Merge pull request #1848 from syncfusion-content/sfskinmanagaer-changes
thangapriyavalasubramanian Jul 4, 2025
815342b
Update the code changes
sudharsan-narayanan Jul 7, 2025
70395d2
Merge pull request #1853 from syncfusion-content/sfskinmanagaer-changes
thangapriyavalasubramanian Jul 7, 2025
66b13f2
Updated the SfSkinManager UG APIs
JothikaSF4341 Jul 9, 2025
d5005cc
Resolved CI Issue
JothikaSF4341 Jul 10, 2025
37572e0
Merge pull request #1859 from syncfusion-content/Update-SfSkinManager…
thangapriyavalasubramanian Jul 10, 2025
14946d6
modify the notes sample link
tineshkumarsf4652 Jul 21, 2025
908081e
Merge pull request #1868 from syncfusion-content/Corrected_Notes_SfChart
Saravanan-Madhesh Jul 21, 2025
819b888
Added the release notes MD file and corresponding node entry in the T…
DeepakRajSundar Aug 5, 2025
9d1cf86
Added the release notes MD file and corresponding node entry in the T…
DeepakRajSundar Aug 6, 2025
9412e68
Added the release notes v30.2.4 node entry in the TOC.html file
DeepakRajSundar Aug 6, 2025
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
4 changes: 3 additions & 1 deletion wpf-toc.html

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions wpf/AI-AssistView/Response-Toolbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
---
layout: post
title: Response Toolbar in WPF AI AssistView control | Syncfusion
description: Learn about the response toolbar feature in the AI AssistView control, which enables users to access quick actions to chat responses through toolbar items.
platform: wpf
control: SfAIAssistView
documentation: ug
---

# Response Toolbar in WPF AI AssistView

The [SfAIAssistView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Chat.SfAIAssistView.html) control includes a **Response Toolbar** feature, which provides built-in options such as Copy, Regenerate, Like, and Dislike for each chat response. These items provide quick actions to enhance user interactions. In addition to the built-in options, users can personalize the Response Toolbar by adding their own custom toolbar items to suit specific application needs.

## ResponseToolbarItem

The **ResponseToolbarItem** class is used to define and add items in the response toolbar of chat responses for SfAIAssistView. The following properties are available in this class:

- **Index**: Specifies the internal order or position of the toolbar item.
- **IsEnabled**: Specifies whether the toolbar item is enabled (interactive) or disabled (non-interactive).
- **Tooltip**: Sets the tooltip text displayed when the user hovers over the toolbar item.
- **Visible**: Indicates whether the toolbar item is visible.
- **ItemType**: Specifies the type of the toolbar item. This is used to distinguish between built-in and custom items.
- **ItemTemplate**: Allows you to set a custom template for rendering the toolbar item.

{% tabs %}
{% highlight xaml %}

<syncfusion:SfAIAssistView x:Name="aiAssistView" CurrentUser="{Binding CurrentUser}"
Messages="{Binding Chats}" >
</syncfusion:SfAIAssistView>

{% endhighlight %}
{% endtabs %}

![Response toolbar feature in WPF SfAIAssistView control](aiassistview_images/wpf_aiassistview_responsetoolbar.png)


## Response toolbar visibility

The **IsResponseToolbarVisible** property of the [SfAIAssistView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Chat.SfAIAssistView.html) control determines whether the response toolbar is displayed below each chat items responses. When set to false, the response toolbar is hidden. By default, this property is set to true.

{% tabs %}
{% highlight xaml %}

<syncfusion:SfAIAssistView CurrentUser="{Binding CurrentUser}"
Messages="{Binding Chats}" IsResponseToolbarVisible="False">
</syncfusion:SfAIAssistView>

{% endhighlight %}
{% highlight C# %}

SfAIAssistView aiAssistView = new SfAIAssistView();
aiAssistView.IsResponseToolbarVisible = false;

{% endhighlight %}
{% endtabs %}

![Response toolbar visibility in WPF SfAIAssistView control](aiassistview_images/wpf_aiassistview_isresponsetoolbarvisible.png)


## Customization of Response toolbar item using ItemTemplate

The **ResponseToolbarItem** in [SfAIAssistView](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Chat.SfAIAssistView.html) can be customized using the ItemTemplate property to define a custom appearance and behavior. This allows you to display icons, buttons, text, or even UI elements such as Path, Image, or TextBlock within the toolbar.

{% tabs %}
{% highlight xaml %}

<syncfusion:SfAIAssistView x:Name="aiAssistView" CurrentUser="{Binding CurrentUser}"
Messages="{Binding Chats}" >
<syncfusion:SfAIAssistView.ResponseToolbarItems>
<syncfusion:ResponseToolbarItem ItemType="Custom" Tooltip="Copy">
<syncfusion:ResponseToolbarItem.ItemTemplate>
<DataTemplate>
<Button ToolTipService.ToolTip="Copy to clipboard"
HorizontalAlignment="Left"
Padding="5,2"
Background="Transparent"
BorderThickness="0">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<Path Width="16" Height="16" Fill="Black"Stretch="Uniform"
Data="M3,1 L10,1 C10.55,1 11,1.45 11,2 L11,3 L12,3 C12.55,3 13,3.45 13,4 L13,14 C13,14.55 12.55,15 12,15 L4,15 C3.45,15 3,14.55 3,14 L3,4 C3,3.45 3.45,3 4,3 L5,3 L5,2 C5,1.45 5.45,1 6,1 Z M5,3 L9,3 L9,2 L5,2 Z M4,5 L12,5 L12,14 L4,14 Z"/>
<TextBlock Text="Copy" Margin="6,0,0,0" VerticalAlignment="Center"/>
</StackPanel>
</Button>
</DataTemplate>
</syncfusion:ResponseToolbarItem.ItemTemplate>
</syncfusion:ResponseToolbarItem>
</syncfusion:SfAIAssistView.ResponseToolbarItems>
</syncfusion:SfAIAssistView>

{% endhighlight %}
{% endtabs %}

![Customization of response toolbar item using ItemTemplate feature in WPF SfAIAssistView control](aiassistview_images/wpf_aiassistview_customizedresponsetoolbartemplate.png)

## Item clicked event

The **ResponseToolbarItemClicked** event is triggered whenever a toolbar item in the ResponseToolbarItems collection is clicked by the user. You can handle this event to perform custom actions based on which item was clicked.

{% tabs %}
{% highlight xaml %}

<syncfusion:SfAIAssistView x:Name="sfAIAssistView" CurrentUser="{Binding CurrentUser}"
Messages="{Binding Chats}" ResponseToolbarItemClicked="AiAssistView_ResponseToolbarItemClicked"/>

{% endhighlight %}
{% highlight C# %}

SfAIAssistView sfAIAssistView = new SfAIAssistView();
sfAIAssistView.ResponseToolbarItemClicked += AiAssistView_ResponseToolbarItemClicked;

private void AiAssistView_ResponseToolbarItemClicked(object sender, ResponseToolbarItemClickedEventArgs e)
{
// Call your actions based on the toolbar item clicked.
}

{% endhighlight %}
{% endtabs %}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wpf/Charts/Animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ chart.Series.Add(columnSeries);
![WPF Chart Scatter Animation](Animation_images/wpf-chart-scatter-animation.gif)


N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
2 changes: 1 addition & 1 deletion wpf/Charts/Annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ SfChart provides the following events in [`Annotation`](https://help.syncfusion.
* [`MouseMove`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.Annotation.html#Syncfusion_UI_Xaml_Charts_Annotation_MouseMove) - Occurs when the mouse pointer moves while over the annotation.
* [`MouseLeave`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.Annotation.html#Syncfusion_UI_Xaml_Charts_Annotation_MouseLeave) - Occurs when the mouse pointer leaves the bounds of the annotation.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Annotations) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ chart.Series.Add(series);

![WPF Chart Customizing ToolTip](Styling-and-Customization_images/wpf-chart-customizing-tooltip.png)

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Area.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ grid.Children.Add(chartCopy as SfChart);

T> You can use this method for copy and paste like requirement, by cloning chart upon copy and reload while pasting.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.


**See also**
Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Axis.md
Original file line number Diff line number Diff line change
Expand Up @@ -5531,7 +5531,7 @@ The [`LabelClicked`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Chart
* [`PrefixLabelTemplate`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxisLabel.html#Syncfusion_UI_Xaml_Charts_ChartAxisLabel_PrefixLabelTemplate) - Gets the prefix template of label.
* [`PostfixLabelTemplate`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartAxisLabel.html#Syncfusion_UI_Xaml_Charts_ChartAxisLabel_PostfixLabelTemplate) - Gets the postfix template of label.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Axis) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/CodedUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ IconVisibility, CheckBoxVisibility, VisibilityOnLegend, IsSeriesVisible, Label,
</table>


N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
2 changes: 1 addition & 1 deletion wpf/Charts/DataBinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Also, When enabling this property to the series you need to implements INotifyPr

N> By default, the property change was disabled. So the dynamic updates will not get reflect in chart. You need to enable this property.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Data%20Binding) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ chart.Save("Chart.png");

{% endhighlight %}

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Exporting) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ The following chart is created as a result of the previous codes.

You can find the complete getting started sample from this [link](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfChart-GettingStarted-357667515).

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Header.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ chart.Header = border;

N> Here, HorizontalHeaderAlignment is set as ‘Right’.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

2 changes: 1 addition & 1 deletion wpf/Charts/Interactive-Features/InteractiveFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The following interactive features are supported in SfChart:
* Selection


N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Chart%20Interactivity) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
2 changes: 1 addition & 1 deletion wpf/Charts/Legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ Application.Current.Dispatcher.BeginInvoke(action, Array.Empty<object>());

{% endhighlight %}

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views/Legends) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.

## See also

Expand Down
2 changes: 1 addition & 1 deletion wpf/Charts/Migrating-from-Chart-to-SfChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2573,4 +2573,4 @@ chart.Print();
{% endhighlight %}


N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
2 changes: 1 addition & 1 deletion wpf/Charts/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SfChart provides a perfect way to visualize data with a high level of user inter
* SfChart provides support for rendering multiple series at same time, with options to compare and visualize two different chart series simultaneously.
* User friendly and provides various options for you to customize chart features like [axis](https://help.syncfusion.com/wpf/charts/axis), [labels](https://help.syncfusion.com/wpf/charts/adornments/label), [legends](https://help.syncfusion.com/wpf/charts/legend), [series](https://help.syncfusion.com/wpf/charts/seriestypes/series) etc and visualize them accordingly.

N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
N> You can refer to our [WPF Charts](https://www.syncfusion.com/wpf-controls/charts) feature tour page for its groundbreaking feature representations. You can also explore our [WPF Charts example](https://github.com/syncfusion/wpf-demos/tree/master/chart/Views) to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.
Loading