Version

SetData Method (ChartLayer)

Sets the chart data.
Syntax
'Declaration
 
Public Overrides Sub SetData( _
   ByVal data As IChartData _
) 
public override void SetData( 
   IChartData data
)

Parameters

data
An IChartData implementation.
Remarks

Most subclasses overriding this method should call the base implementation of SetData first, since ChartLayer adds its support for using chart data filtering (including and excluding columns, data appearance functionality, etc.) through this override.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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