Chart Web Part: Hiding “Data & Appearance” and “Advanced Properties”
The “Chart Web Part” shipped with SharePoint 2010 does a reasonable job of displaying graphs. However, when added to a web part page, it displays “Data & Appearance” and “Advanced Properties” links which can be annoying:
The links cannot be hidden through the web part configuration user interface. Instead you need to:
- Open the ASPX page in Microsoft SharePoint Designer 2010.
- Locate the Chart Web Part in Code View.
- Edit the ShowToolbar property from “True” to “False”.
- Save changes.
Now these links will be hidden. You can use the standard drop down web part menu to access them if you need to without re-enabling them:


Hi
Thank you for this.
Worked perfectly
Regards
Thomas
Thomas Christiansen
May 16, 2011 at 10:26 am
No problem, glad to help. Nick.
Nick Grattan
May 16, 2011 at 11:02 am
Hi Nick,
Good job. Thank you very much
Does it’s possible to change the template in order to avoid having to change each page .aspx of sharepoint?
Icarus
May 19, 2011 at 3:06 am
Icarus, Once you’ve set up your chart, you can use SharePoint Designer to save (export) the web part. This exported web part can then be added to the web part gallery and so will be available when adding web parts to other aspx pages. You’ll then be flying
Nick.
Nick Grattan
May 19, 2011 at 5:33 am
Nick
I’m not so good in the SharePoint like you.
If not abuse, you might ask how?
Icarus
May 19, 2011 at 11:39 am
Very Nice
Rami
December 6, 2012 at 7:00 am
tinyurl.com
March 1, 2013 at 1:34 am