Creates chart objects from worksheet selections.
Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public static class ChartFactoryCreates a chart from the current selection in the worksheet.
public static Documents.Spreadsheet.SheetChart CreateFromSelection(Documents.Spreadsheet.Worksheet sheet, Documents.Spreadsheet.RangeRef selection, Documents.Spreadsheet.SpreadsheetChartType chartType)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Worksheet | sheet | |
| Documents.Spreadsheet.RangeRef | selection | |
| Documents.Spreadsheet.SpreadsheetChartType | chartType |
| Type | Description |
|---|---|
| Documents.Spreadsheet.SheetChart |