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 1525

Summary: LeftAxis of Renko series
Product: .NET TeeChart Reporter: Shinobu Nagai <nagai>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED NOTABUG    
Severity: normal CC: sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Shinobu Nagai 2016-04-26 22:09:10 EDT
Using the latest version of TeeChart for .NET v2015, when a RenkoSeries is added,
 a right axis is displayed by default, instead of a left axis. Even if I mark the Visible checkbox of left axis, nothing changes.
In TeeChart Pro Activex, left axis displayed by default.
Is it correct?
Comment 1 sandra pazos 2016-04-27 07:04:50 EDT
Hello Nagai, 

The Renko series, for default, in Teechart.Net use the Right Axes. If you want the Series works with left axis instead of Right axis. You should change manually the vertical axis style.
You can do that by design time following the steps below: 
1- Open Editor
2- Go Series Tab
3- Go General Tab and change the Vertical Axis Style to Left

If you prefer, you can change that by code. The line below shows you how: 
 renko1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left;

Thanks in advance