You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsForms/Pivot-Chart/FAQ/How-to-set-the-Color-Palette-for-a-Chart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: How to set color pallette for chart | Windows Forms | Syncfusion
4
-
description: How to set the Color Palette for a Chart
3
+
title: How to set color pallette for PivotChart | Windows Forms | Syncfusion
4
+
description: Learn how to apply a custom color palette in WinForms PivotChart by using the CustomPalette color collection for enhanced chart visualization.
Copy file name to clipboardExpand all lines: WindowsForms/Pivot-Chart/Getting-Started.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started with Windows Forms Pivot Chart | Syncfusion
4
-
description: Learn here about getting started with Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4
+
description: Learn here about getting started with Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
5
5
platform: windowsforms
6
6
control: PivotChart
7
7
documentation: ug
@@ -10,7 +10,7 @@ documentation: ug
10
10
# Getting Started with Windows Forms Pivot Chart
11
11
12
12
>**Important**
13
-
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your Windows Forms application to use our components.
13
+
Starting with v16.2.0.x, if you refer to Syncfusion® assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion® license key in your Windows Forms application to use our components.
14
14
15
15
This section provides an overview for working with the pivot chart for WinForms. Go through the entire process of creating a simple pivot chart.
16
16
@@ -20,7 +20,7 @@ Refer to [control dependencies](https://help.syncfusion.com/windowsforms/control
20
20
21
21
## Creating application with pivot chart
22
22
23
-
This section explains how to add the pivot chart control through designer, code, and Syncfusion Reference Manager.
23
+
This section explains how to add the pivot chart control through designer, code, and Syncfusion® Reference Manager.
24
24
25
25
### Adding control via designer
26
26
@@ -80,17 +80,17 @@ Me.Controls.Add(pivotChart1)
80
80
{% endcapture %}
81
81
{{ codesnippet1 | OrderList_Indent_Level_1 }}
82
82
83
-
### Adding control via Syncfusion reference manager
83
+
### Adding control via Syncfusion® reference manager
84
84
85
-
[Syncfusion reference manager](https://help.syncfusion.com/extension/syncfusion-reference-manager/overview) is a Visual Studio Add-In that helps to add Syncfusion controls. The pivot chart control can be added through Syncfusion reference manager by following the given steps:
85
+
[Syncfusion® reference manager](https://help.syncfusion.com/extension/syncfusion-reference-manager/overview) is a Visual Studio Add-In that helps to add Syncfusion® controls. The pivot chart control can be added through Syncfusion® reference manager by following the given steps:
86
86
87
87
1. Create a new **Windows Forms Application** in Visual Studio.
88
88
89
-
2. Then, right-click the project and select Syncfusion Reference Manager.
89
+
2. Then, right-click the project and select Syncfusion® Reference Manager.
Syncfusion reference manager supports for specific framework that is shipped (assemblies) in our Syncfusion Essential Studio setup. So, if you try to add Syncfusion assemblies in project and framework that is not supported with selected Syncfusion version assemblies, then the dialog will be appeared by specifying that “Current build v{version} is not supported this framework v{Framework Version}”.
132
+
Syncfusion® reference manager supports for specific framework that is shipped (assemblies) in our Syncfusion Essential Studio® setup. So, if you try to add Syncfusion® assemblies in project and framework that is not supported with selected Syncfusion® version assemblies, then the dialog will be appeared by specifying that “Current build v{version} is not supported this framework v{Framework Version}”.
0 commit comments