Page 1 of 1

TErrorBarSeries Legend

Posted: Fri Apr 23, 2010 3:02 am
by 10047094
Hello,

I have multiple TErrorBarSeries on a chart and I have set the LegendStyle to Series Names. However, the symbol next to the legend name comes up with a picture of an error bar. However, I want there to be a square with the bar color. I am unclear what the purpose of having a picture of a bar as the legend symbol. Is there any way to customize this? Would I have to subclass TErrorBarSeries in some way, or is there a property I can change?

Re: TErrorBarSeries Legend

Posted: Fri Apr 23, 2010 8:04 am
by yeray
Hi dave novo,

You could customize your legend symbols as you want doing something similar to the All features\Welcome !\Miscellaneous\Legend\Symbol OnDraw example in the New Features demo.

On the other hand, I've added the possibility to change the "T" symbol for a square in this series type, or a square with a "T" above (TV52014831).