Dundas Chart for Windows Forms
LegendSeparatorType Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : LegendSeparatorType Enumeration


Specifies the legend separator type.
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 The legend separator is not displayed.
No separator shown.
Line The legend separator is a line.
Sindle solid line separator
ThickLine The legend separator is a thick line.
Sindle solid thick line separator
DoubleLine The legend separator is a double line.
Double solid line separator
DashLine The legend separator is a dash line.
Single dash line separator
DotLine The legend separator is a dotted line.
Single dot line separator
GradientLine The legend separator is a line with a gradient on the ends.
Gradient solid line separator
ThickGradientLine The legend separator is a thick line with a gradient on the ends.
Thick gradient solid line separator

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.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

© 2009 All Rights Reserved.