Skip to content

Commit cf2e6f0

Browse files
Merge pull request #1139 from Syncfusion-Content/hotfix/hotfix-v28.1.33
DOCINFRA-2341_merged_using_automation
2 parents 92d576b + cf6c13e commit cf2e6f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+171
-344
lines changed

WindowsForms/Pivot-Chart/Chart-Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Chart Types in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Chart Types support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Chart Types support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Data Binding in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Data Binding support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Data Binding support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Drill-UpDown-Level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Drill Operations in Windows Forms Pivot Chart | Syncfusion
4-
description: Learn about Drill Operations support in Syncfusion Windows Forms Pivot Chart control and more details.
4+
description: Learn about Drill Operations support in Syncfusion® Windows Forms Pivot Chart control and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Exporting in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Exporting support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Exporting support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/FAQ/How-to-Print-the-PivotChart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: How to Print the PivotChart | Windows Forms | Syncfusion
4-
description: How to Print the PivotChart
4+
description: Learn how to print a PivotChart in WinForms using the Print method in the PrintDocument extension for efficient chart printing.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/FAQ/How-to-enable-drill-down-in-PivotChart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: How to enable drill down in PivotChart | Windows Forms | Syncfusion
4-
description: How to enable drill down in PivotChart
4+
description: Learn how to enable drill down functionality in WinForms PivotChart by using the AllowDrillDown property for seamless data exploration.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/FAQ/How-to-set-the-Color-Palette-for-a-Chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Getting-Started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
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.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug
@@ -10,7 +10,7 @@ documentation: ug
1010
# Getting Started with Windows Forms Pivot Chart
1111

1212
>**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.
1414

1515
This section provides an overview for working with the pivot chart for WinForms. Go through the entire process of creating a simple pivot chart.
1616

@@ -20,7 +20,7 @@ Refer to [control dependencies](https://help.syncfusion.com/windowsforms/control
2020

2121
## Creating application with pivot chart
2222

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.
2424

2525
### Adding control via designer
2626

@@ -80,17 +80,17 @@ Me.Controls.Add(pivotChart1)
8080
{% endcapture %}
8181
{{ codesnippet1 | OrderList_Indent_Level_1 }}
8282

83-
### Adding control via Syncfusion reference manager
83+
### Adding control via Syncfusion® reference manager
8484

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:
8686

8787
1. Create a new **Windows Forms Application** in Visual Studio.
8888

89-
2. Then, right-click the project and select Syncfusion Reference Manager.
89+
2. Then, right-click the project and select Syncfusion® Reference Manager.
9090

9191
![GettingStarted_img3](Getting-Started_images/GettingStarted_img3.png)
9292

93-
3. The Syncfusion Reference Manager wizard will be opened as follows.
93+
3. The Syncfusion® Reference Manager wizard will be opened as follows.
9494

9595
![GettingStarted_img4](Getting-Started_images/GettingStarted_img4.png)
9696

@@ -129,7 +129,7 @@ Me.Controls.Add(pivotChart1)
129129
{% endtabs %}
130130

131131
N>
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}”.
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}”.
133133

134134
## Binding data
135135

WindowsForms/Pivot-Chart/Grouping-Bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Grouping Bar in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Grouping Bar support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Grouping Bar support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Legend in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Legend support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Legend support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: About Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn here all about introduction of Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn here all about introduction of Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Pivot-Axis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Pivot Axis in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Pivot Axis support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Pivot Axis support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/PivotAxes.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

WindowsForms/Pivot-Chart/PivotTableFieldList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Pivot Table Field List in Windows Forms Pivot Chart | Syncfusion
4-
description: Learn about Pivot Table Field List support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Pivot Table Field List support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/Sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Sorting in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Sorting support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
4+
description: Learn about Sorting support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Pivot-Chart/TouchSupport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: Touch Support in Windows Forms Pivot Chart control | Syncfusion
4-
description: Learn about Touch Support support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
5-
platform: WindowsForms
4+
description: Learn about Touch Support support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
5+
platform: windowsforms
66
control: PivotChart
77
documentation: ug
88
---

WindowsForms/Pivot-Chart/Zooming-and-Scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Zooming and Scrolling in WinForms Pivot Chart | Syncfusion
4-
description: Learn about Zooming and Scrolling support in Syncfusion Windows Forms Pivot Chart control and more details.
4+
description: Learn about Zooming and Scrolling support in Syncfusion® Windows Forms Pivot Chart control and more details.
55
platform: windowsforms
66
control: PivotChart
77
documentation: ug

WindowsForms/Sparkline/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Windows Forms Sparkline control | Syncfusion
4-
description: Learn here about getting started with Syncfusion Windows Forms Sparkline control, its elements and more details.
4+
description: Learn here about getting started with Syncfusion® Windows Forms Sparkline control, its elements and more details.
55
platform: windowsforms
66
control: Sparkline
77
documentation: ug
@@ -24,7 +24,7 @@ Please find more details regarding how to install the nuget packages in windows
2424

2525
To add sparkline to your form, follow the given steps:
2626

27-
1.Open your form in the designer. Add the Syncfusion controls to your VS.NET toolbox if you have not done it already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
27+
1.Open your form in the designer. Add the Syncfusion® controls to your VS.NET toolbox if you have not done it already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
2828

2929
2.Drag the sparkline control from toolbox and drop into the form. The default appearance of sparkline will be rendered.
3030

0 commit comments

Comments
 (0)