Spread Silverlight Documentation
SetSheetChart Method (ExcelWorksheet)


An GrapeCity.Excel.Chart.IExcelChart instance describe a chart settings.
Add a chart to the current worksheet.
Syntax
'Declaration
 
Public Sub SetSheetChart( _
   ByVal chart As IExcelChart _
) 
'Usage
 
Dim instance As ExcelWorksheet
Dim chart As IExcelChart
 
instance.SetSheetChart(chart)
public void SetSheetChart( 
   IExcelChart chart
)

Parameters

chart
An GrapeCity.Excel.Chart.IExcelChart instance describe a chart settings.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe 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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.