mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:59:08 +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.
|
for details about the copyright.
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1"/>
|
<Version Major="1"/>
|
||||||
<Files Count="14">
|
<Files Count="15">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="tachartaxis.pas"/>
|
<Filename Value="tachartaxis.pas"/>
|
||||||
<UnitName Value="TAChartAxis"/>
|
<UnitName Value="TAChartAxis"/>
|
||||||
@ -88,6 +88,10 @@
|
|||||||
<Filename Value="tamultiseries.pas"/>
|
<Filename Value="tamultiseries.pas"/>
|
||||||
<UnitName Value="TAMultiSeries"/>
|
<UnitName Value="TAMultiSeries"/>
|
||||||
</Item14>
|
</Item14>
|
||||||
|
<Item15>
|
||||||
|
<Filename Value="talegend.pas"/>
|
||||||
|
<UnitName Value="TALegend"/>
|
||||||
|
</Item15>
|
||||||
</Files>
|
</Files>
|
||||||
<LazDoc Paths="$(LazarusDir)\components\tachart\fpdoc\"/>
|
<LazDoc Paths="$(LazarusDir)\components\tachart\fpdoc\"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
@ -9,7 +9,8 @@ interface
|
|||||||
uses
|
uses
|
||||||
TAChartAxis, TAChartUtils, TACustomSeries, TADbSource, TAGraph, TASeries,
|
TAChartAxis, TAChartUtils, TACustomSeries, TADbSource, TAGraph, TASeries,
|
||||||
TASeriesEditor, TASources, TASubcomponentsEditor, TATools,
|
TASeriesEditor, TASources, TASubcomponentsEditor, TATools,
|
||||||
TATransformations, TATypes, TADrawUtils, TAMultiSeries, LazarusPackageIntf;
|
TATransformations, TATypes, TADrawUtils, TAMultiSeries, TALegend,
|
||||||
|
LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
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;
|
unit TALegend;
|
||||||
|
|
||||||
{$H+}
|
{$H+}
|
||||||
|
@ -16,7 +16,7 @@ Authors: Alexander Klenin
|
|||||||
|
|
||||||
unit TAMultiSeries;
|
unit TAMultiSeries;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$H+}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user