Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 803

Summary: TSurfaceSeries isn't drawn at all in OpenGL when Transparency>0
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: OpenGL 3DAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: 140512   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=14986
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: test project

Description yeray alonso 2014-06-17 11:45:58 EDT
TSurfaceSeries isn't drawn at all in OpenGL when Transparency>0
Comment 1 yeray alonso 2015-06-26 11:14:05 EDT
Created attachment 467 [details]
test project

Problem reproducible in TChart3D.
With TChart and OpenGL it works fine.

Just add a TChart3D component, a TSurfaceSeries with sample values and call:

Series1.Transparency:=10;