Version

GroupByColumn Property

Specifies a zero-based index of the data column used when grouping data into scatter series.
Syntax
'Declaration
 
Public Property GroupByColumn As Integer
public int GroupByColumn {get; set;}
Remarks

This property is ignored when the UseGroupByColumn property has been set to False.

When using the Series collection, GroupByColumn is not used; instead, just add more than one XYSeries to the chart, and each XYSeries represents a grouped series of points.

The column specified must contain a set of repeating, numeric values that are used to group each set of data points into a series of related scatter points.

A different Character or SymbolIcon (based on the setting of Icon) is used to render each data series related by this grouping column.

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