How to display the Chart Area alone
4 Oct 2018 / 1 minute to read
This can be achieved by setting the Legend.Visible property of ChartControl to False, ElementsSpacing property of ChartControl to Zero_,_ and__Text property of ChartControl to an Empty String.
this.chartControl1.Text = "";
this.chartControl1.Legend.Visible = false;
this.chartControl1.ElementsSpacing = 0;
Me.chartControl1.Text = ""
Me.chartControl1.Legend.Visible = False
Me.chartControl1.ElementsSpacing = 0
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page