mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 06:38:13 +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
|
Marks.Style = smsValue
|
||||||
BubbleBrush.Color = clRed
|
BubbleBrush.Color = clRed
|
||||||
BubbleBrush.Style = bsDiagCross
|
BubbleBrush.Style = bsDiagCross
|
||||||
|
OverrideColor = [bocBrush, bocPen]
|
||||||
Source = lcsBubble
|
Source = lcsBubble
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -305,10 +306,10 @@ object Form1: TForm1
|
|||||||
DataPoints.Strings = (
|
DataPoints.Strings = (
|
||||||
'10|50|3|?|'
|
'10|50|3|?|'
|
||||||
'20|30|1|?|'
|
'20|30|1|?|'
|
||||||
'50|40|6|?|'
|
|
||||||
'80|60|2|?|'
|
|
||||||
'60|50|15|?|'
|
|
||||||
'35|20|9|?|'
|
'35|20|9|?|'
|
||||||
|
'50|40|6|$00FF00|'
|
||||||
|
'60|50|15|?|'
|
||||||
|
'80|60|2|?|'
|
||||||
)
|
)
|
||||||
YCount = 2
|
YCount = 2
|
||||||
left = 130
|
left = 130
|
||||||
|
Loading…
Reference in New Issue
Block a user