Search found 2 matches

by riskassessor
Mon Aug 15, 2016 1:05 pm
Forum: VCL
Topic: Corner JoinStyle on a chart title frame
Replies: 1
Views: 5118

Corner JoinStyle on a chart title frame

I am trying to set the corner shape on a frame around the chart title like so: procedure TForm3.FormCreate(Sender: TObject); begin with Chart1 do begin Title.Transparent:=False; Title.Frame.Visible:=True; Title.RoundSize:=32; Title.Frame.JoinStyle:=jsBevel; // or jsRound or jsMitter end; end; But th...
by riskassessor
Fri Apr 29, 2016 12:56 pm
Forum: FMX
Topic: TeeChart 2016.17.160426 VCL/FMX release available
Replies: 3
Views: 14024

Re: TeeChart 2016.17.160426 VCL/FMX release available

I encountered a download problem with the binary installer. The error message is "The signature of TeeChartVCLFMX2016.17.exe is corrupt or invalid". I am using the Edge browser in Windows 10.