Version

RowLabelsColumn Property (DataAppearance)

Gets/Sets the index of the column in the DataSource that the chart will use as the text label for each row.
Syntax
'Declaration
 
Public Property RowLabelsColumn As Integer
public int RowLabelsColumn {get; set;}
Remarks

The column index specified by this property must be zero-based (ie, a column index of 2 corresponds to the third column in the data). The column's data type must be string, or it must be readily convertible to string. Values outside of the range of columns (below 0 or greater than the number of columns) will be ignored.

This mechanism for custom-supplying series or row labels from the data can be toggled on or off, see the UseRowLabelsColumn property for details.

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