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 - LeftAxis of Renko series
Summary: LeftAxis of Renko series
Status: RESOLVED NOTABUG
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Axes (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-26 22:09 EDT by Shinobu Nagai
Modified: 2016-04-27 07:04 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 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