Title Plugin Reference

The Title plugin renders the chart title.

Import

Use the following statement to import the plugin:

import { Title } from '@devexpress/dx-react-chart-material-ui';
// import { Title } from '@devexpress/dx-react-chart-bootstrap4';

If you want to use custom components, you can import the themeless plugin:

import { Title } from '@devexpress/dx-react-chart';

User Reference

Properties

Name Type Default Description
textComponent ComponentType<Title.TextProps> A component that renders the title.
text string The title text.
position? 'top' | 'bottom' 'top' The title position.

Interfaces

Title.TextProps

Describes properties passed to a component that renders the title.

Field Type Description
text string The title text.

Plugin Components

Name Properties Description
Title.Text Title.TextProps A component that renders the title.
This site uses cookies to make your browsing experience more convenient and personal. Cookies store useful information on your computer to help us improve the efficiency and relevance of our site for you. In some cases, they are essential to making the site work properly. By accessing this site, you consent to the use of cookies. For more information, refer to DevExpress’ privacy policy and cookie policy.