TAChart: Make incidentally published methods of TSortedChartSource public. Issue #35611, patch by Marcin Wiazowski.

git-svn-id: trunk@61265 -
This commit is contained in:
wp 2019-05-21 22:47:16 +00:00
parent b232cf46c0
commit 465e3213cc

View File

@ -94,13 +94,14 @@ type
public
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
published
public
function BasicExtent: TDoubleRect; override;
function Extent: TDoubleRect; override;
function ExtentCumulative: TDoubleRect; override;
function ExtentList: TDoubleRect; override;
function ExtentXYList: TDoubleRect; override;
function ValuesTotal: Double; override;
published
property Origin: TCustomChartSource read FOrigin write SetOrigin;
// Sorting
property SortBy;