property Legend.SymbolAlign as LegendSymbolAlignmentEnum
Specifies the alignment of the symbol of the serie relative to the label of the serie

TypeDescription
LegendSymbolAlignmentEnum A LegendSymbolAlignmentEnum expression that defines the alignment of the symbol of the serie relative to the label of the serie. For instance:
  • exSymbolRight or 4 {number}, right-aligns the symbol relative with the label

By default, the SymbolAlign property is exSymbolLeft | exSymbolCenter (the symbol is placed to the left and vertically centered relative to the label). The SymbolAlign property specifies the alignment of the symbol of the serie relative to the label of the serie. The SymbolWidth property indicates the fixed-width to display the symbol. The SymbolHeight property indicates the height-width to display the symbol. The Grid property specifies the number of columns or rows that the legend divides its content into. The Visible property shows or hides the legend. The Locked property ondicates whether the legend is locked(protected) or unlocked. The Pad property defines the legend's padding (space between legend's symbol and label). The FormatText property specifies the flags the labels use to display on the legend. The LabelFixedWidth property Indicates the fixed-width to display the labels. The LabelFixedHeight property Indicates the height-width to display the labels.