SpreadsheetGear 2023
RowCol Enumeration


SpreadsheetGear.Charts Namespace : RowCol Enumeration
Specifies whether data series values come from the columns in a row or from the rows in a column.
Syntax
'Declaration
 
Public Enum RowCol 
   Inherits System.Enum
'Usage
 
Dim instance As RowCol
public enum RowCol : System.Enum 
Members
MemberDescription
ColumnsSeries values come from the columns in a row.
RowsSeries values come from the rows in a column.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.RowCol

Requirements

Target Platforms: 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

Reference

SpreadsheetGear.Charts Namespace