/ Grid / ChartType
Search results

ChartType API in React Grid API component

Defines the supported chart types.

  • Bar - Rendering the Bar chart.
  • StackingBar - Rendering the Stacking Bar chart.
  • StackingBar100 - Rendering the 100% Stacking Bar chart.
  • Pie - Rendering the Pie chart.
  • Column - Rendering the Column chart.
  • StackingColumn - Rendering the Stacking Column chart.
  • StackingColumn100 - Rendering the 100% Stacking Column chart.
  • Line - Rendering the Line chart.
  • StackingLine - Rendering the Stacking Line chart.
  • StackingLine100 - Rendering the 100% Stacking Line chart.
  • Area - Rendering the Area chart.
  • StackingArea - Rendering the Stacking Area chart.
  • StackingArea100 - Rendering the 100% Stacking Area chart.
  • Scatter - Rendering the Scatter chart.