Spread Silverlight Documentation
LineDashType Enumeration


Represents preset line dash values.
Syntax
'Declaration
 
Public Enum LineDashType 
   Inherits System.Enum
'Usage
 
Dim instance As LineDashType
public enum LineDashType : System.Enum 
Members
MemberDescription
DashRepresents that the dash type of the current line is Dash
DashDotRepresents that the dash type of the current line is DashDot
DotRepresents that the dash type of the current line is Dot
LongDashRepresents that the dash type of the current line is LongDash
LongDashDotRepresents that the dash type of the current line is LongDashDot
LongDashDotDotRepresents that the dash type of the current line is LongDashDotDot
NoneRepresents that no dash type associate with the current line
SolidRepresents that the dash type of the current line is Solid
SystemDashRepresents that the dash type of the current line is SystemDash
SystemDashDotRepresents that the dash type of the current line is SystemDashDot
SystemDashDotDotRepresents that the dash type of the current line is SystemDashDotDot
SystemDotRepresents that the dash type of the current line is SystemDot
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.LineDashType

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.