mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 11:35:57 +02:00
TAChart: Add TALegend to the package, insert license boilerplate.
git-svn-id: trunk@27115 -
This commit is contained in:
parent
dc77b7c0f3
commit
ae7862a09c
@ -25,7 +25,7 @@
|
||||
for details about the copyright.
|
||||
"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="14">
|
||||
<Files Count="15">
|
||||
<Item1>
|
||||
<Filename Value="tachartaxis.pas"/>
|
||||
<UnitName Value="TAChartAxis"/>
|
||||
@ -88,6 +88,10 @@
|
||||
<Filename Value="tamultiseries.pas"/>
|
||||
<UnitName Value="TAMultiSeries"/>
|
||||
</Item14>
|
||||
<Item15>
|
||||
<Filename Value="talegend.pas"/>
|
||||
<UnitName Value="TALegend"/>
|
||||
</Item15>
|
||||
</Files>
|
||||
<LazDoc Paths="$(LazarusDir)\components\tachart\fpdoc\"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
|
@ -9,7 +9,8 @@ interface
|
||||
uses
|
||||
TAChartAxis, TAChartUtils, TACustomSeries, TADbSource, TAGraph, TASeries,
|
||||
TASeriesEditor, TASources, TASubcomponentsEditor, TATools,
|
||||
TATransformations, TATypes, TADrawUtils, TAMultiSeries, LazarusPackageIntf;
|
||||
TATransformations, TATypes, TADrawUtils, TAMultiSeries, TALegend,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
*****************************************************************************
|
||||
* *
|
||||
* See the file COPYING.modifiedLGPL.txt, included in this distribution, *
|
||||
* for details about the copyright. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
Authors: Alexander Klenin
|
||||
|
||||
}
|
||||
unit TALegend;
|
||||
|
||||
{$H+}
|
||||
|
@ -16,7 +16,7 @@ Authors: Alexander Klenin
|
||||
|
||||
unit TAMultiSeries;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$H+}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user