'Declaration Public Enum LinePattern Inherits System.Enum
'Usage Dim instance As LinePattern
public enum LinePattern : System.Enum
'Declaration Public Enum LinePattern Inherits System.Enum
'Usage Dim instance As LinePattern
public enum LinePattern : System.Enum
Member | Description |
---|---|
Dash | Dash line (bit pattern 0xff00). |
DashDot | Dash dot line (bit pattern 0xff18). |
DashDotDot | Dash dot dot line (bit pattern DashDotDot). |
Dot | Dotted line (bit pattern 0x3333). |
Solid | Solid line (bit pattern 0xffff). |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.LinePattern
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