Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sparkline Class / ModifySourceData(String,Boolean) Method
The range that contains the source data.
true to notify the UI to repaint; otherwise, false.


In This Topic
ModifySourceData(String,Boolean) Method
In This Topic
Modifies the source data for a single sparkline.
Syntax
'Declaration
 
Public Sub ModifySourceData( _
   ByVal sourceData As String, _
   Optional ByVal notifyUI As Boolean _
) 
 
'Usage
 
Dim instance As Sparkline
Dim sourceData As String
Dim notifyUI As Boolean
 
instance.ModifySourceData(sourceData, notifyUI)

Parameters

sourceData
The range that contains the source data.
notifyUI
true to notify the UI to repaint; otherwise, false.
Remarks
The data source range for a single sparkline must be continuous.
See Also