Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TRSLegendRectStyle Enumeration
Defines the rectangle shape used for the TRSChartLegend class.
Namespace: RSChartConsts
Delphi
type TRSLegendRectStyle = ( rsNone, rsRectangle, rsRoundedRect);
Name
Description
rsNone
no rectangule is drawn
rsRectangle
Rectangular shape with sharp corners
rsRoundedRect
Rectangular shape with rounded corners
Top
•TRSChartLegend
•RSChartConsts