property Legend.SymbolHeight as Variant
Indicates the height to display the symbol

TypeDescription
Variant A Variant expression that specifies the height to display the symbol, as one of the following:
  • empty or "" {string}, the height of the control's Font specifies the height to display the symbol
  • number, specifies the height to display the symbol

For instance:

  • empty or "" {string}, the height of the control's Font specifies the height to display the symbol
  • 0, no symbol is shown
  • 4, the symbol's height is fixed to 4-pixels tall
By default, the SymbolHeight property is empty (the SymbolHeight is equivalent with the font's height). The SymbolHeight property indicates the height-width to display the symbol. The SymbolWidth property indicates the fixed-width to display the symbol. The LabelFixedWidth property Indicates the fixed-width to display the labels. The LabelFixedHeight property Indicates the height-width to display the labels. The SymbolAlign property specifies the alignment of the symbol of the serie relative to the label of the serie. 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 Grid property specifies the number of columns or rows that the legend divides its content into.