mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 15:30:40 +01:00
TAChart: Minor demo updates
git-svn-id: trunk@28785 -
This commit is contained in:
parent
da010fc652
commit
8bf2068f6f
@ -28,14 +28,12 @@ object Form1: TForm1
|
||||
Width = 488
|
||||
AxisList = <
|
||||
item
|
||||
Alignment = calLeft
|
||||
Marks.LabelBrush.Color = clSkyBlue
|
||||
Marks.LabelBrush.Style = bsSolid
|
||||
Title.LabelFont.Orientation = 900
|
||||
Title.Visible = True
|
||||
Title.Caption = 'Left axis title'
|
||||
Title.LabelBrush.Style = bsSolid
|
||||
Title.Font.Orientation = 900
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
@ -58,7 +56,6 @@ object Form1: TForm1
|
||||
Marks.Format = '%1:.2f%%'
|
||||
Marks.Style = smsPercent
|
||||
BarBrush.Color = clRed
|
||||
SeriesColor = clRed
|
||||
Source = RandomChartSource1
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,15 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<PathDelim Value="\"/>
|
||||
<Version Value="8"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<UseDefaultCompilerOptions Value="True"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<TargetFileExt Value=".exe"/>
|
||||
<Title Value="Label positioning demo"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
@ -20,8 +16,11 @@
|
||||
<VersionInfo>
|
||||
<Language Value=""/>
|
||||
<CharSet Value=""/>
|
||||
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="default" Default="True"/>
|
||||
</BuildModes>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
<IgnoreBinaries Value="False"/>
|
||||
@ -64,7 +63,7 @@
|
||||
<Filename Value="labelsdemo"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)\"/>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
|
||||
@ -33,6 +33,7 @@ object Form1: TForm1
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
Marks.Attachment = maCenter
|
||||
Marks.Distance = 0
|
||||
Marks.LabelBrush.Style = bsSolid
|
||||
TickLength = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user