Hello,
We have TChart 7.08 and are trying to use the TArrowSeries series in 2D mode. Can you tell me in realtime mode how to set the width of the drawn line ?
I have tried all of these options but don't seem to be able to change the width of the drawn line :-
wd_->Pen->Width = 5;
wd_->LinePen->Width = 5;
wd_->AreaLinesPen->Width = 5;
wd_->LineHeight = 5;
wd_->ArrowHeight = 10;
wd_->ArrowWidth = 10;
wd_->ArrowPercent = 100;
wd_->OutLine->Width = 5;
TArrowSeries arrow width
Re: TArrowSeries arrow width
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TArrowSeries arrow width
Must appreciated, that worked like a charm.