TAChart: Update multi-valued series demo

git-svn-id: trunk@28784 -
This commit is contained in:
ask 2010-12-20 09:25:37 +00:00
parent 84cd9c95e2
commit da010fc652
2 changed files with 6 additions and 4 deletions

View File

@ -14,9 +14,9 @@ object Form1: TForm1
Height = 459 Height = 459
Top = 0 Top = 0
Width = 529 Width = 529
ActivePage = tsStacked ActivePage = tsBubble
Align = alClient Align = alClient
TabIndex = 1 TabIndex = 0
TabOrder = 0 TabOrder = 0
object tsBubble: TTabSheet object tsBubble: TTabSheet
Caption = 'Bubble' Caption = 'Bubble'
@ -34,7 +34,6 @@ object Form1: TForm1
item item
Alignment = calBottom Alignment = calBottom
Marks.Distance = 0 Marks.Distance = 0
Marks.DistanceToCenter = True
Marks.LabelBrush.Style = bsSolid Marks.LabelBrush.Style = bsSolid
TickLength = 0 TickLength = 0
end> end>
@ -49,8 +48,8 @@ object Form1: TForm1
Align = alClient Align = alClient
ParentColor = False ParentColor = False
object Chart1BubbleSeries1: TBubbleSeries object Chart1BubbleSeries1: TBubbleSeries
Marks.Attachment = maCenter
Marks.Distance = 0 Marks.Distance = 0
Marks.DistanceToCenter = True
Marks.Format = '%0:.9g' Marks.Format = '%0:.9g'
Marks.Style = smsValue Marks.Style = smsValue
BubbleBrush.Color = clRed BubbleBrush.Color = clRed

View File

@ -16,6 +16,9 @@
<VersionInfo> <VersionInfo>
<StringTable ProductVersion=""/> <StringTable ProductVersion=""/>
</VersionInfo> </VersionInfo>
<BuildModes Count="1">
<Item1 Name="default" Default="True"/>
</BuildModes>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>