AreaAlignmentOrientations Enum

Definition

Specifies the alignment orientation of a chart area.

This enumeration supports a bitwise combination of its member values.

public enum class AreaAlignmentOrientations
[System.Flags]
public enum AreaAlignmentOrientations
[<System.Flags>]
type AreaAlignmentOrientations = 
Public Enum AreaAlignmentOrientations
Inheritance
AreaAlignmentOrientations
Attributes

Fields

All 3

Chart areas are aligned horizontally and vertically.

Horizontal 2

Chart areas are aligned horizontally.

None 0

Chart areas are not automatically aligned.

Vertical 1

Chart areas are aligned vertically.

Remarks

The AreaAlignmentOrientations enumeration represents the physical orientation, such as vertical or horizontal, of a chart area.

In contrast, the AreaAlignmentStyles enumeration represents the chart elements, such as the cursor or inner plot position, which can be used to align a chart area.

Applies to