mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:16:05 +02:00
TAChart: Add TeeChart-compatible TPointerSeries class
git-svn-id: trunk@36920 -
This commit is contained in:
parent
8bfa6da5ec
commit
7b9ae61a9d
@ -24,7 +24,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
TAGraph, TAChartAxis, TAChartAxisUtils, TAChartUtils;
|
||||
TAGraph, TAChartAxis, TAChartAxisUtils, TAChartUtils, TASeries;
|
||||
|
||||
type
|
||||
TChartTeeChart = class helper for TChart
|
||||
@ -43,6 +43,12 @@ type
|
||||
property MarginTop: TChartDistance index 2 read GetMargin write SetMargin;
|
||||
end;
|
||||
|
||||
TPointerSeries = class(TLineSeries)
|
||||
published
|
||||
property LineType default ltNone;
|
||||
property ShowPoints default true;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
{ TChartTeeChart }
|
||||
|
Loading…
Reference in New Issue
Block a user