Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Using MVC; How do I get the labels (months) to dynamically align at the bottom of the chart (see attached image) when values are negative?
I have tried:
.Labels(labels => labels.Padding(80, 0, 0, 0))
but it changes the scale of my chart if there are no negative values.