Search found 2 matches

by MOGAMOGA
Mon Sep 17, 2018 7:14 am
Forum: VCL
Topic: [Bug?] Setting cursor to crHandPoint does not work
Replies: 1
Views: 5731

[Bug?] Setting cursor to crHandPoint does not work

I try to set the cursor to crHandPoint when the mouse moves over the chart: void __fastcall TForm3::Chart1MouseMove(TObject *Sender, TShiftState Shift, int X, int Y) { Chart1->Cursor=crHandPoint; } However, the mouse will briefly change to crHandPoint then it will immediately return to crDefault. --...
by MOGAMOGA
Fri Sep 07, 2018 3:23 pm
Forum: VCL
Topic: bug report - I need to make THighLow series semitransparent
Replies: 1
Views: 5766

bug report - I need to make THighLow series semitransparent

I attach an image which shows how the TChart looks at design time and how it looks like at run time.
So, how to make THighLow series semitransparent?