.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ChartAreaLayoutMode Enumeration
ChartAreaLayoutMode Enumeration
Specifies the positioning behavior of multiple chart areas on a single chart image.
Syntax
'Declaration
 
Public Enum ChartAreaLayoutMode 
   Inherits System.Enum
'Usage
 
Dim instance As ChartAreaLayoutMode
public enum ChartAreaLayoutMode : System.Enum 
Members
MemberDescription
CustomSpecifies that chart areas will be laid out in a grid matrix based on ChartArea.GridPosition.
HorizontalSpecifies that chart areas will be laid out horizontally in a single row in the order they were added.
HorizontalPriority

Specifies that chart areas layout will be based on axis relationships where y axes will be matched before chart areas are added based on x axis relationships.

ChartAreaLayoutRules.EnforceOppositeAxisAlignment affects this setting.

HorizontalSmartSpecifies that chart areas will be laid out horizontally in a single row and arranged based on x axis relationships.
VerticalSpecifies that chart areas will be laid out vertically in a single column in the order they were added.
VerticalPriority

Specifies that chart areas layout will be based on axis relationships where x axes will be matched before chart areas are added based on y axis relationships.

ChartAreaLayoutRules.EnforceOppositeAxisAlignment affects this setting.

VerticalSmartSpecifies that chart areas will be laid out vertically in a single column and arranged based on x axis relationships.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ChartAreaLayoutMode

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