TAChart: Add TALegend to the package, insert license boilerplate.

git-svn-id: trunk@27115 -
This commit is contained in:
ask 2010-08-17 07:51:24 +00:00
parent dc77b7c0f3
commit ae7862a09c
4 changed files with 23 additions and 3 deletions

View File

@ -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"/>

View File

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

View File

@ -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+}

View File

@ -16,7 +16,7 @@ Authors: Alexander Klenin
unit TAMultiSeries;
{$mode objfpc}{$H+}
{$H+}
interface