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
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.
Hi,
I don't seem to have those properties available to me. In what release where the "MajorXLineInterval" and "MajorYLineInterval" properties added? Thanks.
We introduced this properties with Q3 2014 as you can see in our release history: Introduced 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.
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,
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.
Milena
Telerik
See What's Next in App Development. Register for TelerikNEXT.