Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
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