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 - The JoinPen Visible property of BarJoin isn't work
Summary: The JoinPen Visible property of BarJoin isn't work
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: TeeChart Pro Activex Control v2013 v2013.0.1.3 Release
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-20 10:28 EST by sandra pazos
Modified: 2015-03-25 05:03 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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