JavaScript/jQuery PieChart Interfaces
This section describes interfaces that the PieChart component uses.
LegendItem
An object that provides information about a legend item.
                        import { LegendItem } from "devextreme/common/charts"
                    
            
                        Type:
                    
        See Also
PieChartLegendItem
An object that provides information about a legend item in the PieChart UI component.
                        import { LegendItem } from "devextreme/viz/pie_chart"
                    
            
                        Type:
                    
        See Also
Feedback