Skip to content

Update the trademark symbol for Winforms Charts, Sparkline and Pivot Charts #1137

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 1 commit into from
Jan 10, 2025
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
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Chart-Types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Chart Types in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Chart Types support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Chart Types support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data Binding in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Data Binding support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Data Binding support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Drill-UpDown-Level.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Drill Operations in Windows Forms Pivot Chart | Syncfusion
description: Learn about Drill Operations support in Syncfusion Windows Forms Pivot Chart control and more details.
description: Learn about Drill Operations support in Syncfusion® Windows Forms Pivot Chart control and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Export.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Exporting in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Exporting support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Exporting support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: How to Print the PivotChart | Windows Forms | Syncfusion
description: How to Print the PivotChart
description: Learn how to print a PivotChart in WinForms using the Print method in the PrintDocument extension for efficient chart printing.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: How to enable drill down in PivotChart | Windows Forms | Syncfusion
description: How to enable drill down in PivotChart
description: Learn how to enable drill down functionality in WinForms PivotChart by using the AllowDrillDown property for seamless data exploration.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: How to set color pallette for chart | Windows Forms | Syncfusion
description: How to set the Color Palette for a Chart
title: How to set color pallette for PivotChart | Windows Forms | Syncfusion
description: Learn how to apply a custom color palette in WinForms PivotChart by using the CustomPalette color collection for enhanced chart visualization.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
16 changes: 8 additions & 8 deletions WindowsForms/Pivot-Chart/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Pivot Chart | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn here about getting started with Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand All @@ -10,7 +10,7 @@ documentation: ug
# Getting Started with Windows Forms Pivot Chart

>**Important**
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.
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.

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

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

## Creating application with pivot chart

This section explains how to add the pivot chart control through designer, code, and Syncfusion Reference Manager.
This section explains how to add the pivot chart control through designer, code, and Syncfusion® Reference Manager.

### Adding control via designer

Expand Down Expand Up @@ -80,17 +80,17 @@ Me.Controls.Add(pivotChart1)
{% endcapture %}
{{ codesnippet1 | OrderList_Indent_Level_1 }}

### Adding control via Syncfusion reference manager
### Adding control via Syncfusion® reference manager

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

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

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

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

3. The Syncfusion Reference Manager wizard will be opened as follows.
3. The Syncfusion® Reference Manager wizard will be opened as follows.

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

Expand Down Expand Up @@ -129,7 +129,7 @@ Me.Controls.Add(pivotChart1)
{% endtabs %}

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

## Binding data

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Grouping-Bar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Grouping Bar in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Grouping Bar support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Grouping Bar support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Legend.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Legend in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Legend support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Legend support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: About Windows Forms Pivot Chart control | Syncfusion
description: Learn here all about introduction of Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn here all about introduction of Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Pivot-Axis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Axis in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Pivot Axis support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Pivot Axis support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
183 changes: 0 additions & 183 deletions WindowsForms/Pivot-Chart/PivotAxes.md

This file was deleted.

2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/PivotTableFieldList.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Table Field List in Windows Forms Pivot Chart | Syncfusion
description: Learn about Pivot Table Field List support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Pivot Table Field List support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Sorting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Sorting in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Sorting support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
description: Learn about Sorting support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Chart/TouchSupport.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: Touch Support in Windows Forms Pivot Chart control | Syncfusion
description: Learn about Touch Support support in Syncfusion Windows Forms Pivot Chart control, its elements and more details.
platform: WindowsForms
description: Learn about Touch Support support in Syncfusion® Windows Forms Pivot Chart control, its elements and more details.
platform: windowsforms
control: PivotChart
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Chart/Zooming-and-Scrolling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Zooming and Scrolling in WinForms Pivot Chart | Syncfusion
description: Learn about Zooming and Scrolling support in Syncfusion Windows Forms Pivot Chart control and more details.
description: Learn about Zooming and Scrolling support in Syncfusion® Windows Forms Pivot Chart control and more details.
platform: windowsforms
control: PivotChart
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Sparkline/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Sparkline control | Syncfusion
description: Learn here about getting started with Syncfusion Windows Forms Sparkline control, its elements and more details.
description: Learn here about getting started with Syncfusion® Windows Forms Sparkline control, its elements and more details.
platform: windowsforms
control: Sparkline
documentation: ug
Expand All @@ -24,7 +24,7 @@ Please find more details regarding how to install the nuget packages in windows

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

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

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

Expand Down
Loading