Hi, Thank you very much for your quick answer. I am sorry but I forgot to give details concerning my environment : - TeeChart PRO v7.11 VCL - coding with CodeGear DELPHI2007 - using 2d series Our problem is that blue line on rising-edge at abscissa 2 has a width of 1 instead of 3. Tell me if it is b...
Hi, We are facing a problem of curve display in area mode. The serie is defined with following 6 points (X, Y) : (1, 0) (2, 0) (2, 6) (3, 6) (4, 6) (5, 6) The serie pen width is 3, color is blue. The serie color brush for area drawing is yellow. On the rising edge (abscissa 2), the area drawing over...
I would like to know why depth buffer writing isn't disabled when enabling blending. ( glDepthMask )
By doing so, it would be possible to see through all blended object.
Actually, if the nearest object is the first drawn, we cannot see through it.
Hi I'd like to use a custom axis instead of the default bottom axis but when I do it, it seems that the label of this axis has no size. The height of the graph increases so the label goes outside of the component. Here is a screenshot wich comes from the TeeChart demo. http://www.carmelec.fr/Ressour...
Hi I have node with a picture (ImageIndex = tiChecked) and I'd like to know when the user click on this picture. So I wrote : OnNodeClick(Sender: TTreeNodeShape; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin if Sender.ClickedImage(X, Y) then begin ... end; ... end; It works fine as...