ModifySourceData(String,Boolean) Method
In This Topic
Modifies the source data for a single sparkline.
Syntax
'Declaration
Public Sub ModifySourceData( _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As Sparkline
Dim sourceData As String
Dim notifyUI As Boolean
instance.ModifySourceData(sourceData, notifyUI)
public void ModifySourceData(
string ,
bool
)
Parameters
- sourceData
- The range that contains the source data.
- notifyUI
true
to notify the UI to repaint; otherwise, false
.
See Also