Duplicated
Last Updated: 28 Sep 2023 11:54 by ADMIN
Erich
Created on: 22 Sep 2023 05:22
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Feature Request: RadHTMLChart y-axis MinSize and MaxSize properties during design-time or code-behind.

Instead of using jQuery-type script (kendo?), please provide functionality to the RadHTMLChart to specify MinSize and MaxSize properties of the RadHTMLChart.

Instead of the following:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
         <script>
             function kendoChartInitializing(sender, args) {
                 var series = args.series;
                 for (var i = 0; i < series.length; i++) {
                     series[i].maxSize = 30;
                     series[i].minSize = 10;
                     
                 }                             
             }
         </script>
provide a way to set a min and max value on the y-axis and the x-axis for that matter.  
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
0 comments