public Boolean ColorEach {get; set;}
Remarks
Default: false
The ColorEach property is a boolean property that controls which color will be drawn on the bubbles. If false, all points will be drawn using the Series Series.Color color property. If true, each Series point will be "colored" with its corresponding point color.
You can change this property both at design and runtime:
Example
[C#]
((Steema.TeeChart.Styles.Bubble)tChart1[0]).ColorEach = true;
See Also
Bubble Class | Bubble Members | Steema.TeeChart.Styles Namespace