Add a chart to the current worksheet.
Syntax
'Declaration
Public Sub SetSheetChart( _
ByVal As IExcelChart _
)
'Usage
Dim instance As ExcelWorksheet
Dim chart As IExcelChart
instance.SetSheetChart(chart)
public void SetSheetChart(
IExcelChart
)
Parameters
- chart
- An GrapeCity.Excel.Chart.IExcelChart instance describe a chart settings.
Exceptions
Exception | Description |
System.NotSupportedException | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. |
See Also