React PieChart - Overview
The legend is a component that helps a user identify series points. It contains several colored items, one per point (or per several points with the same argument in a multi-series PieChart).
To configure the appearance, location, and content of the legend, use properties collected in the legend object.
App.vue
- <template>
- <DxPieChart ... >
- <DxLegend ... />
- </DxPieChart>
- </template>
- <script>
- import DxPieChart, {
- DxLegend
- } from 'devextreme-vue/pie-chart';
- export default {
- components: {
- DxPieChart,
- DxLegend
- }
- }
- </script>
See Also
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.