This is a migrated thread and some comments may be shown as answers.

How to disable horizontal "zero-line"?

1 Answer 91 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Marcelo
Top achievements
Rank 1
Marcelo asked on 03 May 2013, 07:08 PM
Hi,

I created a radChart programmatically, with positive and negative values. But when the chart is plotted, a black line appears in the zero value.
How do i disable/hide this?

1 Answer, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 08 May 2013, 08:36 AM
Hi,

The black line you see is the axis line. It can be easily hidden by setting its color to transparent like this:
radChart.PlotArea.XAxis.Appearance.Color = System.Drawing.Color.Transparent;

Hope this helps.

Greetings,
Peshito
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Marcelo
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or