<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
Defines the options available for drawing the legend
Namespace: RSChartConsts
Delphi
type TRSLegendOption = ( loSquare, loGlyph);
Name
Description
loGlyph
Draw a glyph or a box
loSquare
Draw glyph/box as square or Height is size of text
Top