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

Set the Y-axis min value for kendo line chart dynamically

1 Answer 126 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Suk
Top achievements
Rank 1
Suk asked on 27 Apr 2015, 11:43 AM


I wish to set the min value for my y-Axis to be 10 less than the lowest value in the Y-axis).[Like if Min value is 83.33 (on Y-axis) so I want min value set to 73.33]

.ValueAxis(axis => axis
.Numeric()
.Labels(labels => labels.Format("{0}"))
.AxisCrossingValue(-10)
.Line(line => line.Visible(false))
.Color("White").Min(MinValueOf Y-axis -10)

Or at least Set it min value of the y-axis like, `.Min(MinValueOf Y-axis)`

Thanks

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 29 Apr 2015, 08:57 AM
Hello Sukanya,

Thank you for posting to the Telerik Developer Forums.

You have submitted your thread for Telerik UI for ASP.NET MVC under the Telerik Platform forums. I am afraid that Telerik Platform does not include the Telerik product you are using and is not the most suitable place to elaborate a resolution for your technical question. That is why I'd suggest that you consult the Telerik UI for ASP.NET MVC forums or the referenced there community forums links.

Meanwhile, I'd suggest that you explore the Telerik UI for ASP.NET MVC Line Chart demos.

Regards,
Anton Dobrev
Telerik
 

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

 
Tags
General Discussions
Asked by
Suk
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Share this question
or