mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:39:42 +02:00
TAChart: Make incidentally published methods of TSortedChartSource public. Issue #35611, patch by Marcin Wiazowski.
git-svn-id: trunk@61265 -
This commit is contained in:
parent
b232cf46c0
commit
465e3213cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user