Heureka API .NET Documentation
SetSourceData Method



Syntax
'Declaration
 
<DispIdAttribute(1413)>
Sub SetSourceData( _
   ByVal Source As Range, _
   Optional ByVal PlotBy As Object _
) 
'Usage
 
Dim instance As _Chart
Dim Source As Range
Dim PlotBy As Object
 
instance.SetSourceData(Source, PlotBy)
[DispId(1413)]
void SetSourceData( 
   Range Source,
   object PlotBy
)
[DispId(1413)]
void SetSourceData( 
   Range^ Source,
   Object^ PlotBy
) 

Parameters

Source
PlotBy
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

_Chart Interface
_Chart Members

Send Feedback