'Declaration
Public Enum DashType Inherits System.Enum
'Usage
Dim instance As DashType
public enum DashType : System.Enum
'Declaration
Public Enum DashType Inherits System.Enum
'Usage
Dim instance As DashType
public enum DashType : System.Enum
Member | Description |
---|---|
Dash | [0] Dash line |
DashDot | [1] Dash and dot line |
Dot | [2] Dot line |
LgDash | [3] Long dash line |
LgDashDot | [4] Long dash and dot line |
LgDashDotDot | [5] Long dash and dot dot line |
RoundDot | [7] Round dot line |
Solid | [6] Solid line |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Chart.DashType