mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-23 08:41:38 +02:00
TAChart: Make TPieSeries.Radius public
git-svn-id: trunk@50333 -
This commit is contained in:
parent
a55a3eb0c5
commit
80fa123942
@ -80,6 +80,7 @@ type
|
||||
function TryRadius(ADrawer: IChartDrawer): TRect;
|
||||
protected
|
||||
procedure GetLegendItems(AItems: TChartLegendItems); override;
|
||||
property Radius: Integer read FRadius;
|
||||
public
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
|
@ -107,6 +107,8 @@ type
|
||||
{ TPieSeries }
|
||||
|
||||
TPieSeries = class(TCustomPieSeries)
|
||||
public
|
||||
property Radius;
|
||||
published
|
||||
property EdgePen;
|
||||
property Depth;
|
||||
|
Loading…
Reference in New Issue
Block a user