Hi,
i am getting dataset and bind to the barchart.the datset contains name field and number field.the chart takes the step value as 1 by default.
Based on the dataset, maxvalues the graph should calculate the step value and generate the grpah dynamically. Currently it is incrementing by 1 and the Grpah image is not clear.
We can set the step value dynamically by taking the maximum value and dividing by a constant value say 10 to show the step values. Will this not happen automatically in the telerik graph control?
Help me how to use the graph controls and
avoid this coding
i am getting dataset and bind to the barchart.the datset contains name field and number field.the chart takes the step value as 1 by default.
Based on the dataset, maxvalues the graph should calculate the step value and generate the grpah dynamically. Currently it is incrementing by 1 and the Grpah image is not clear.
We can set the step value dynamically by taking the maximum value and dividing by a constant value say 10 to show the step values. Will this not happen automatically in the telerik graph control?
Help me how to use the graph controls and
avoid this coding