Axis in ASP.NET Core HeatMap Chart Component

18 Nov 20181 minute to read

HeatMap consists of two axes namely, X-axis and Y-axis that displays the row headers and column headers to plot the data points respectively. You can define the type, format, and other customizing options for both axes in the HeatMap.

Types

Category axis

Category axis type is used to represent the string values in axis labels.

Numeric axis

Numeric axis type is used to represent the numeric values in axis labels.

Date-time axis

Inversed axis

Opposed axis

Axis labels customization

Customizing the text style

Providing line breaks

Axis labels with line breaks improve the readability of the HeatMap by splitting the text on an axis into multiple lines. The ”<br>” character is used to add line breaks to the axis labels.

Customizing labels when intersecting with other labels

Rotating labels

Label formatting

Axis intervals

Axis label increment

Limiting labels in date-time axis

Multilevel Labels