Search found 2 matches
- Wed Mar 19, 2008 5:20 pm
- Forum: ActiveX
- Topic: Labels in a Radar chart
- Replies: 3
- Views: 3685
Hello, Thanks a lot for the quick response. I have two more short questions: 1) When i add two or more series to the radar chart, the circle labels are displayed in anti-clockwise direction. Is it possible to reverse and display it in clockwise direction? 2) Is it possible to change the position of ...
- Fri Mar 14, 2008 11:41 am
- Forum: ActiveX
- Topic: Labels in a Radar chart
- Replies: 3
- Views: 3685
Labels in a Radar chart
Hello, I m a newbie so please excuse if my question sounds too trivial. I am trying to get the labels on a Radar chart. Here's my VB code to add the Radar series & populate the points in the chart. LoChart.Legend.Visible = True LoChart.AddSeries scRadar With LoChart.Series(0) .Title = "Company/User"...