<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations:
Comments (0)
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