All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hi,
I would like to know how to get the size of the cartesian area (red square above).
I tried with radspy to get the right element, but there is no size set, everything is "0,0", any idea?
Thanks in advance
Hello, Fabrice,
You can get the LayoutSlot for the PlotArea in the following way after the BarSeries is loaded:
private void radButton1_Click(object sender, EventArgs e) { RadRect rect = this.radChartView1.View.Area.AreaModel.PlotArea.LayoutSlot; }
I hope this helps. Let me know if you have any other questions.
Regards, Nadya Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
This is working as expected!
Thanks