AreaAlignmentStyles Enum

Definition

Specifies the alignment styles of chart areas.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
None 0

Chart areas are not automatically aligned.

Position 1

Chart areas are aligned by the chart area position.

PlotPosition 2

Chart areas are aligned by their inner plot position.

AxesView 4

Chart areas are aligned using their axis scale views.

All 7

Chart areas are aligned using all values.

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