Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LegendSeparatorType Enumeration
See Also  
Dundas.Charting.WebControl Namespace : LegendSeparatorType Enumeration


Legend items visual separation types

Syntax

Visual Basic (Declaration)  
Public Enum LegendSeparatorType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LegendSeparatorType
C#  
public enum LegendSeparatorType : Enum 

Members

Member Description
None No separator shown.
Line Sindle solid line separator
ThickLine Sindle solid thick line separator
DoubleLine Double solid line separator
DashLine Single dash line separator
DotLine Single dot line separator
GradientLine Gradient solid line separator
ThickGradientLine Thick gradient solid line separator

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LegendSeparatorType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also