2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
You can customize the alignment of chart title by using the TextAlignment property of title. This property takes Near, Far and Center as values. By default, the chart title is aligned Center to chart area. Near alignment places the title above the top left corner of chart area and Far alignment places the title above the top right corner of chart area. The following code example is to illustrate the same. CSHTML @(Html.EJ().Chart("container") .Title(title=> title.Text("Essential Chart") .TextAlignment(TextAlignment.Near)) ) The following screenshot illustrates the Chart with Near aligned title. Figure 1: Chart with Near aligned title The following screenshot illustrates the Chart with Center aligned title. Figure 2: Chart with Center aligned title The following screenshot illustrates the Chart with Far aligned title. Figure 3: Chart with Far aligned title |
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.