WebGrid.NET 6.0 has an ability to customize list of chart types that user can select. The chart type includes:
- AreaType
- BarType
- ColumnType
- DoughnutType
- LineType
- PieType
- SmoothLineType
- StepLineType
In this topic, you will learn how to customize available chart typed in WebGrid.
To customize available Chart Types in WebGrid
- Open WebGrid.NET Properties.
- In Charting properties go to ChartInteractiveUI then ChartTypeRibbon.
- Set Enable property to one of the chart type.
- Run the project.