Christopher,
You asked for a snippet, the last bubble in the legend is flattened?
Here is the snippet of code:
[i = 1
adoRs.MoveFirst
Do Until adoRs.EOF
With QuadrantChart.Series(1).asBubble
.AddBubble adoRs.Fields(3).Value, adoRs.Fields(2).Value, 0.8, i, RGB(ChartColorRed(i), ChartColorGreen(i), ChartColorBlue(i))
i = i + 1
adoRs.MoveNext
End With
Loop]
What do you think?
BigMike[/code]
Bubble in Legend
Hi Mike,
yes, I see what you refer. You can solve this setting a width for the symbol, i.e. :
TChart1.Legend.Symbol.WidthUnits = lcsPixels
TChart1.Legend.Symbol.Width = 10
yes, I see what you refer. You can solve this setting a width for the symbol, i.e. :
TChart1.Legend.Symbol.WidthUnits = lcsPixels
TChart1.Legend.Symbol.Width = 10
Pep Jorge
http://support.steema.com
http://support.steema.com
Looks Like an American Football!
Pep,
I got the code in and saw some results, however the last one still is oblong not round?
Any other ideas?
Mike
I got the code in and saw some results, however the last one still is oblong not round?
Any other ideas?
Mike
Hi Mike,
I thought you refer to another thing. I cannot reproduce the problem here with the latest TeeChart Pro v7, could you please be so kind to send me a code with which I can reproduce the problem "as-is" here ?
I thought you refer to another thing. I cannot reproduce the problem here with the latest TeeChart Pro v7, could you please be so kind to send me a code with which I can reproduce the problem "as-is" here ?
Pep Jorge
http://support.steema.com
http://support.steema.com