Vue VectorMap - legends.title.subtitle
Configures the legend subtitle. The subtitle appears only if the title is specified.
font
Selector: DxFont
Type:
The following code sample illustrates how to set this property:
App.js
- import React from 'react';
- import VectorMap, {
- Legend,
- Title,
- Subtitle,
- Font
- } from 'devextreme-react/vector-map';
- class App extends React.Component {
- render() {
- return (
- <VectorMap ... >
- <Legend ... >
- <Title ... >
- <Subtitle ... >
- <Font color="black" />
- </Subtitle>
- </Title>
- </Legend>
- </VectorMap>
- );
- }
- }
- export default App;
offset
Specifies the distance between the legend's title and subtitle in pixels.
Type:
Default Value: 0
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.