Articles in this section
Category / Section

How to display the ChartArea alone in ChartWebControl?

1 min read

 

This can be achieved by setting Legend visibility property of ChartWebControl to false and Element spacing to zero.

C#

this.ChartWebControl1.Text = "";

this.ChartWebControl1.Legend.Visible = false;

this.ChartWebControl1.ElementsSpacing = 0;

 

VB

Me.ChartWebControl1.Text = ""

Me.ChartWebControl1.Legend.Visible = False

Me.ChartWebControl1.ElementsSpacing = 0

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