mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 05:36:22 +02:00
TAChart: Use AntialiasingMode in the basic demo
git-svn-id: trunk@30411 -
This commit is contained in:
parent
45279d3513
commit
01d9f547ad
@ -8,6 +8,7 @@
|
||||
<LRSInOutputDirectory Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="TChart basic demo"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
@ -16,6 +17,9 @@
|
||||
<CharSet Value="04E2"/>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
</BuildModes>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
||||
@ -58,10 +62,10 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)\"/>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
|
@ -13,6 +13,7 @@ object Form1: TForm1
|
||||
Height = 392
|
||||
Top = 0
|
||||
Width = 585
|
||||
AntialiasingMode = amOn
|
||||
AxisList = <
|
||||
item
|
||||
Grid.Color = clGray
|
||||
|
Loading…
Reference in New Issue
Block a user