Articles in this section

How to display the ChartArea alone in ChartWebControl?

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)
Access denied
Access denied