The LegendSymbolAlignmentEnum type defines the alignment of the symbol of the serie relative to the label of the
serie. The
SymbolAlign property specifies the alignment of the symbol of the serie relative to the label of the serie.
The LegendSymbolAlignmentEnum type supports the following method and
properties:
| | Name | Value | Description | |
| |
exSymbolHide | 0
|
Hides the symbols of the series
| |
| |
exSymbolTop | 1
|
The symbol of the serie is shown on the top of the label. The exSymbolTop flag can be combined with
exSymbolStart, exSymbolCenter or exSymbolEnd values.
| |
| |
exSymbolBottom | 2
|
The symbol of the serie is shown below the label. The exSymbolBottom flag can be combined with
exSymbolStart, exSymbolCenter or exSymbolEnd values.
| |
| |
exSymbolLeft | 3
|
The symbol of the serie is shown to the left of the label. The exSymbolLeft flag can be combined with
exSymbolStart, exSymbolCenter or exSymbolEnd values
| |
| |
exSymbolRight | 4
|
The symbol of the serie is shown to the right of the label. The exSymbolRight flag can be combined with
exSymbolStart, exSymbolCenter or exSymbolEnd values.
| |
| |
exSymbolFill | 5
|
The symbol of the serie is shown on the label's background (no extra space is allocated)
| |
| |
exSymbolStart | 0
|
The symbol of the serie is left/top-aligned relative to the label. The exSymbolStart
flag can be combined with exSymbolTop, exSymbolBottom, exSymbolLeft or exSymbolRight
values.
| |
| |
exSymbolCenter | 16
|
The symbol of the serie is centered relative to the label. The exSymbolCenter flag can be combined with
exSymbolTop, exSymbolBottom, exSymbolLeft or exSymbolRight values.
| |
| |
exSymbolEnd | 32
|
The symbol of the serie is right/bottom-aligned relative to the label. The exSymbolEnd
flag can be combined with exSymbolTop, exSymbolBottom, exSymbolLeft or exSymbolRight
values.
| |