Xceed Chart for WinForms v4.4 Documentation
PredefinedLegendStyle Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : PredefinedLegendStyle Enumeration
Defines the possible predefined legend styles.
Syntax
'Declaration
 
Public Enum PredefinedLegendStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PredefinedLegendStyle
public enum PredefinedLegendStyle : System.Enum 
Members
MemberDescription
Bottomlegend positioned on the chart bottom which expands in ColsOnly mode
BottomLeftlegend positioned on the bottom-left side of the chart which expands in RowsOnly mode
BottomRightlegend positioned on the bottom-right side of the chart which expands in RowsOnly mode
Leftlegend positioned on the left side of the chart which expands in RowsOnly mode
Rightlegend positioned on the right side of the chart which expands in RowsOnly mode
Toplegend positioned on top of the chart which expands in ColsOnly mode
TopLeftlegend positioned on the top-left side of the chart which expands in RowsOnly mode
TopRightlegend positioned on the top-right side of the chart which expands in RowsOnly mode
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.Core.PredefinedLegendStyle

Requirements

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

See Also

Reference

Xceed.Chart.Core Namespace