constants LegendSymbolAlignmentEnum
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:

NameValueDescription
exSymbolHide0 Hides the symbols of the series
exSymbolTop1 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.
exSymbolBottom2 The symbol of the serie is shown below the label. The exSymbolBottom flag can be combined with exSymbolStart, exSymbolCenter or exSymbolEnd values.
exSymbolLeft3 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
exSymbolRight4 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.
exSymbolFill5 The symbol of the serie is shown on the label's background (no extra space is allocated)
exSymbolStart0 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.
exSymbolCenter16 The symbol of the serie is centered relative to the label. The exSymbolCenter flag can be combined with exSymbolTop, exSymbolBottom, exSymbolLeft or exSymbolRight values.
exSymbolEnd32 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.