TAChart: Use TBubbleSeries.OverrideColor property in "multi" demo

git-svn-id: trunk@39151 -
This commit is contained in:
ask 2012-10-23 12:05:29 +00:00
parent 763c21cad7
commit 363a8ffcc7

View File

@ -57,6 +57,7 @@ object Form1: TForm1
Marks.Style = smsValue
BubbleBrush.Color = clRed
BubbleBrush.Style = bsDiagCross
OverrideColor = [bocBrush, bocPen]
Source = lcsBubble
end
end
@ -305,10 +306,10 @@ object Form1: TForm1
DataPoints.Strings = (
'10|50|3|?|'
'20|30|1|?|'
'50|40|6|?|'
'80|60|2|?|'
'60|50|15|?|'
'35|20|9|?|'
'50|40|6|$00FF00|'
'60|50|15|?|'
'80|60|2|?|'
)
YCount = 2
left = 130