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

Scatter Line Chart Equal x and y Spacing

5 Answers 64 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 09 Apr 2015, 01:24 PM

Hi, 

 

I need my scatter graph to have equal x and y spacings so the grid lines will appear square. I've attached images of the default spacing I currently have and the square spacing I need.

 

Thanks for any help,

5 Answers, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 14 Apr 2015, 07:10 AM
Hi James,

To achieve this you can use  MajorXLineInterval and MajorYLineInterval properties of the telerik:CartesianChartGrid:
<telerik:RadCartesianChart.Grid>
    <telerik:CartesianChartGrid  MajorLinesVisibility="XY"
              MajorXLineInterval="1" MajorYLineInterval="1"/>
</telerik:RadCartesianChart.Grid>

I hope this information will help you customize the grid according to your requirements.

Regards,
Milena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
James
Top achievements
Rank 1
answered on 14 Apr 2015, 08:33 AM

Hi, 

 

I don't seem to have those properties available to me. In what release where the "MajorXLineInterval" and "MajorYLineInterval" properties added? Thanks.

0
Milena
Telerik team
answered on 14 Apr 2015, 08:48 AM
Hi James,

We introduced this properties with Q3 2014 as you can see in our release historyIntroduced grid line interval properties for the CartesianChartGrid that allow one in n grid lines to be shown.

Regards,
Milena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
James
Top achievements
Rank 1
answered on 14 Apr 2015, 09:26 AM

Hi,

 

Unfortunately the latest version I can use is Q1 2014 as I'm currently not winning the argument to keep our control library up to date. Was there a workaround before this feature was released?

 

Thanks,

0
Milena
Telerik team
answered on 15 Apr 2015, 10:42 AM
Hi James, 

We understand your point, but unfortunately we cannot provide you a workaround.

However, I can suggest you to download the latest trial version of our UI for WPF and try to set this properties, so you can ensure that this fulfills your requirements and there is a reason to think about upgrade to the newly version.

Let us know if there is anything else I can assist you with. 
 
Regards,
Milena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
ChartView
Asked by
James
Top achievements
Rank 1
Answers by
Milena
Telerik team
James
Top achievements
Rank 1
Share this question
or