| layout | post |
|---|---|
| title | Title with PivotChart widget for Syncfusion Essential JS |
| description | This document illustrates that how to enable title and its customization in JavaScript PivotChart control |
| platform | js |
| control | PivotChart |
| documentation | ug |
| api | /api/js/ejpivotchart |
By using the title.text property, you can add the title text for the pivot chart.
{% highlight javascript %}
{% endhighlight %}
By using the title.textAlignment property, you can align the title text of the pivot chart control to center, far, or near.
{% highlight javascript %}
{% endhighlight %}
By using the title property, you can add the title text for X-axis and Y-axis. The title text can be customized by using the text and font properties. By setting the enableTrim to true, the title text can be trimmed based on its length.
{% highlight javascript %}
{% endhighlight %}


