2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
Essential Chart supports customizing the range of an axis by using Range property of axis. This property has options to set the minimum, maximum and interval values of axis by using Min, Max and Interval properties. The following code example illustrates the same. ASP <ej:Chart ID="container" CanResize="true" runat="server"> <PrimaryXAxis> <Range Min="0" Max="11" Interval="2" /> </PrimaryXAxis> </ej:Chart> The following screenshot displays the Chart with customized range in primary X axis. Figure 1: Chart with customized range in primary X axis |
2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.