Title in ASP.NET Core Accumulation Chart Component

18 Nov 20181 minute to read

Accumulation Chart can be given a title using title property, to show the information about the data plotted.

Title customization

Accumulation Chart can be customized a title using titleStyle property.

Position

The Position property customizes the placement of the accumulation chart title. It supports the following options: Right, Left, Bottom, Top, and Custom. The custom option allows you to position the title anywhere on the chart using x and y coordinates, providing flexible title alignment based on layout requirements.

SubTitle

Accumulation Chart can be given a subtitle using subTitle property, to show the information about the data plotted.

SubTitle customization

Accumulation Chart can be customized a subtitle using subTitleStyle property.

Position

The Position property customizes the placement of the accumulation chart subtitle. It supports the following options: Right, Left, Bottom, Top, and Custom. The custom option allows you to position the subtitle anywhere on the chart using x and y coordinates, providing flexible subtitle alignment based on layout requirements.