Articles in this section
Category / Section

How to work with WinForms Chart ToolBars?

2 mins read

Essential WinForms Chart supports toolbars. Toolbar is used to customize chart at run time. Toolbars can be enabled at run time using ShowToolBars property to true. Toolbar has the following options with it by default. It has a button to change the chart type at run time.

It has a button to change the color palatte at run time. It has a button to save the chart. It has a button to print the chart. It has a button to customize the series properties at run time. The DockingFree property enables us to dock the toolbar anywhere in the chart area.

C#
// Display ToolBar
this.chartControl1.ShowToolbar = true;
this.chartControl1.ToolBar.DockingFree = true;
VB
' Display ToolBar
Me.ChartControl1.ShowToolbar = true
Me.ChartControl1.ToolBar.DockingFree = true

Conclusion

I hope you enjoyed learning about how to work with WinForms Chart ToolBars.

You can refer to our WinForms Charts feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WinForms Charts example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied