Search found 31 matches

by axrDegen
Mon Feb 11, 2019 8:05 pm
Forum: VCL
Topic: How can I draw nice 3D Arrows to depict axes (a,b,c)
Replies: 14
Views: 25601

How can I draw nice 3D Arrows to depict axes (a,b,c)

Hello, How can I draw nice 3D arrows like in the attached picture? By using the code below I only get "flat" arrows and can't draw an arrow in Z direction: var tmpX,tmpY,tmpZ: Integer; FromPoint,ToPoint: TPoint; begin tmpY := Chart.ChartYCenter + Round(Chart.Canvas.RotationCenter.Y); tmpX := Chart.C...