mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 07:32:41 +02:00
TAChart: Use TBubbleSeries.OverrideColor property in "multi" demo
git-svn-id: trunk@39151 -
This commit is contained in:
parent
763c21cad7
commit
363a8ffcc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user