Version

ValidateDataForChart Method (BubbleLayer)

Validates that the data is appropriate for a Bubble Chart.
Syntax
'Declaration
 
Protected Overrides Sub ValidateDataForChart() 
protected override void ValidateDataForChart()
Remarks

Bubble Chart requires that there exist at least three numeric columns of data. The first two columns specify the X- and Y-coordinates at which to plot the bubble, while the third column, Z, specifies the radius of the bubble.

The effects of calling this method are internal to BubbleLayer.

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