'DeclarationPublic Enum DataSeriesDate Inherits System.Enum
'UsageDim instance As DataSeriesDate
public enum DataSeriesDate : System.Enum
'DeclarationPublic Enum DataSeriesDate Inherits System.Enum
'UsageDim instance As DataSeriesDate
public enum DataSeriesDate : System.Enum
| Member | Description | 
|---|---|
| Day | Specifies incrementing by days. | 
| Month | Specifies incrementing by months. | 
| Weekday | Specifies incrementing by days and skipping days which are not weekdays. | 
| Year | Specifies incrementing by years. | 
System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.DataSeriesDate
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