Version

SetRowLabelsColumn Method (ChartDataAdapter)

Allows the developer to set which column custom row labels are taken from.
Syntax
'Declaration
 
Public Sub SetRowLabelsColumn( _
   ByVal column As Integer _
) 
public void SetRowLabelsColumn( 
   int column
)

Parameters

column
An included column index.
Remarks

Developers should call this method in conjunction with SetUseRowLabels passing True.

If the value of column is outside of the range of included columns, then this method has no effect.

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