2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
Essential Chart supports positioning chart axis in its usual position or opposed position. To display chart axis in opposed position, you can enable the OpposedPosition property of the specified axis. All horizontal and vertical axes including the primary X axis and primary Y axis can be placed on the opposite side of their usual position. This is illustrated in the following code example. CSHTML @(Html.EJ().Chart("container") .PrimaryXAxis(x=>x.OpposedPosition(true) .PrimaryYAxis(y=>y.OpposedPosition(true) . . . . . . . . . . . . ) The following screenshot displays the Chart with primary X axis and primary Y axis in the opposed position. Figure 1: Chart with axes in opposite position |
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.