Radar Chart

J

Jimmy

I have trouble changing the color of the lines of the axes for a radar chart.
I am wondering if this is a known problem, or is there any ways to set the
color?

Thanks in advance.

Jimmy
 
J

Jimmy

Set ax = cht.Axes(chartConstants.chAxisPositionRadial)
ax.Line.Color = "Red"
ax.Line.Weight = 5

It seems that this code won't change the black spokes, rather, it will
create a single red line at the 12 o'clock spoke.

Thanks.


Alvin Bruney said:
post your code, i can take a look

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Jimmy said:
I have trouble changing the color of the lines of the axes for a radar
chart.
I am wondering if this is a known problem, or is there any ways to set the
color?

Thanks in advance.

Jimmy
 
J

Jimmy

Problem solved, it seems that the spokes are 'MajorGridlines' rather than Axes.

Jimmy said:
Set ax = cht.Axes(chartConstants.chAxisPositionRadial)
ax.Line.Color = "Red"
ax.Line.Weight = 5

It seems that this code won't change the black spokes, rather, it will
create a single red line at the 12 o'clock spoke.

Thanks.


Alvin Bruney said:
post your code, i can take a look

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Jimmy said:
I have trouble changing the color of the lines of the axes for a radar
chart.
I am wondering if this is a known problem, or is there any ways to set the
color?

Thanks in advance.

Jimmy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top