ILegendSymbol.Squared
ILegendSymbol

property Squared: WordBool;

Type Library
TeeChartx

Description
When True, the legend symbol will be resized to have the same width as height.

When False, the legend symbol height is determined by the legend font size, and the symbol width is calculated using the Width and WidthUnits properties.

Example[Visual Basic]:

TChart1.Legend.Symbol.Squared = True