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.

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

Produkt Verzie
.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