Articles in this section
Category / Section

How to display the Chart Area alone?

1 min read

 

This can be achieved by setting Legend visibility property of Chartcontrol to false, Text property of chartcontrol to an empty string and Element spacing to zero.

C#

this.chartControl1.Text = "";

this.chartControl1.Legend.Visible = false;

this.chartControl1.ElementsSpacing = 0;

VB

Me.chartControl1.Text = ""

Me.chartControl1.Legend.Visible = False

Me.chartControl1.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