Version

ValidateDataForChart Method (XYChartLayer)

Validates whether the data meets the validity requirements for an X/Y chart.
Syntax
'Declaration
 
Protected Overrides Sub ValidateDataForChart() 
protected override void ValidateDataForChart()
Remarks

Implementers should override this method (being sure to call the base class implementation, if any) and add additional validity constraints when the base class implementation indicates the data may be valid.

X/Y charts require, at minimum, numeric columns for both the X and Y dimensions of the grid.

Requirements

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