TAChart: Make TPieSeries.Radius public

git-svn-id: trunk@50333 -
This commit is contained in:
wp 2015-11-15 10:31:29 +00:00
parent a55a3eb0c5
commit 80fa123942
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -107,6 +107,8 @@ type
{ TPieSeries }
TPieSeries = class(TCustomPieSeries)
public
property Radius;
published
property EdgePen;
property Depth;