AreaAlignmentOrientations Enum

Definition

Specifies the alignment orientation of a chart area.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum AreaAlignmentOrientations
Inheritance
AreaAlignmentOrientations
Attributes

Fields

Name Value Description
None 0

Chart areas are not automatically aligned.

Vertical 1

Chart areas are aligned vertically.

Horizontal 2

Chart areas are aligned horizontally.

All 3

Chart areas are aligned horizontally and vertically.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1