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 212

Summary: The JoinPen Visible property of BarJoin isn't work
Product: ActiveX TeeChart Reporter: sandra pazos <sandra>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: pep
Priority: ---    
Version: TeeChart Pro Activex Control v2013 v2013.0.1.3 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2013-11-20 10:28:59 EST
The JoinPen visible property of BarJoin, never is setting to false. 

See next code to reproduce the problem: 

Private Sub Form_Load()
TChart1.Aspect.View3D = False
TChart1.AddSeries scBarJoin
TChart1.Series(0).FillSampleValues
TChart1.Series(0).asBarJoin.JoinPen.Visible = False
End Sub