SymbolCount Property

The SymbolCount property returns or sets the number of symbols in a legend. Returns a Long.

Syntax

object.SymbolCount

object.SymbolCount = SymbolCount

 

Parameter Type Description
SymbolCount Long required, number of symbols between 0 and 3

 

Example

This example shows how to set the number of symbols in a legend to 2.

Legend.SymbolCount = 2

 

Used by: AutoLegend object