TArrowSeries arrow width
Posted: Tue May 04, 2010 5:56 am
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;
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;