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

Changing the Center of the Axis on a Bubble Chart

1 Answer 33 Views
Chart
This is a migrated thread and some comments may be shown as answers.
davecorun
Top achievements
Rank 2
davecorun asked on 13 Sep 2010, 02:51 PM
Attached is a screen capture of what I have so far.

I have a request to change the center to 100 instead of 0.  I've tried setting IsZeroBased to false, but this doesn't appear to affect the chart either.

RadChart1.DefaultView.ChartArea.AxisX.IsZeroBased = false;
RadChart1.DefaultView.ChartArea.AxisY.IsZeroBased = false;

I've also tried setting the Min, Max, Step, and setting Auto Range to false.

RadChart1.DefaultView.ChartArea.AxisX.MinValue = -150;
RadChart1.DefaultView.ChartArea.AxisY.MinValue = -150;
  
RadChart1.DefaultView.ChartArea.AxisX.MaxValue = 150;
RadChart1.DefaultView.ChartArea.AxisY.MaxValue = 150;
  
  
RadChart1.DefaultView.ChartArea.AxisX.AutoRange = false;
RadChart1.DefaultView.ChartArea.AxisY.AutoRange = false;
RadChart1.DefaultView.ChartArea.AxisX.Step = 20;
RadChart1.DefaultView.ChartArea.AxisY.Step = 20;


I've created a very simple sample of what I have, based on the included Telerik sample for the BubbleChart.

Is there a way to accomplish what I'm trying to do?

Thanks!

// Dave

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 15 Sep 2010, 08:33 AM
Hi Dave Corun,

Unfortunately at present there is no easy way to achieve the thing you need. I have logged your issue in our Public Issue Tracking system and we will include it in some of our next versions.

I am really sorry. Hope this is not a showstopper for your project.

Kind regards,
Sia
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
davecorun
Top achievements
Rank 2
Answers by
Sia
Telerik team
Share this question
or