'Declaration Public Enum ListStyleType Inherits System.Enum
'Usage Dim instance As ListStyleType
public enum ListStyleType : System.Enum
'Declaration Public Enum ListStyleType Inherits System.Enum
'Usage Dim instance As ListStyleType
public enum ListStyleType : System.Enum
| Member | Description |
|---|---|
| Decimal | 1, 2, 3, 4, and so on. |
| Disk | Default. Solid circles. |
| LowerAlpha | a, b, c, d, and so on. |
| LowerRoman | i, ii, iii, iv, and so on. |
| None | No marker is shown. |
| Square | Solid squares. |
| Star | Solid stars. |
| UpperAlpha | A, B, C, D, and so on. |
| UpperRoman | I, II, III, IV, and so on. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.ListStyleType
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