IPanel.BorderRound
IPanel
property BorderRound: Integer;
Type Library
TeeChartx
Description
Default value: zero (0)
Defines the amount in pixels to draw a border around chart boundaries with "rounded" corners.
A value of zero means no rounding.
Example[Visual Basic]:
TChart1.Panel.Border.Visible = True
TChart1.Panel.BorderRound = 15