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

PlotArea Styles

1 Answer 39 Views
Chart
This is a migrated thread and some comments may be shown as answers.
NR
Top achievements
Rank 1
NR asked on 17 Jun 2011, 05:57 PM
I looked over the samples in the documentation, but I was not able to get the results I wanted.

What I would like to do is remove the background of the plot area completely within a RadChart. Currently the "default" shows an alternating white/gray bar scheme. I want it so that the plot area is completely blank with only the lines/bars showing.

I tried creating a ClipPanel style and setting the Background to "White" and that didn't work at all. If I use the Gradient styles like the Documentation shows, I still get the "ribbed" effect but it's a different color. I want the whole area to be the same color.

Thanks

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 20 Jun 2011, 02:54 PM
Hello Nathan,

As reading your post I came up with the idea that the problem is caused by StripLines (they are shown as alternating white/grey lines in the default Office_Black Theme). You can either disable them ->

RadChart1.DefaultView.ChartArea.AxisY.StripLinesVisibility = System.Windows.Visibility.Collapsed;

or change their Styles as shown in our help topic.

Greetings,
Evgenia
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
NR
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or