Page 1 of 1

Problems with inverted bottom axis.

Posted: Fri Jul 11, 2008 8:08 am
by 14048132
When I use this:

Code: Select all

        Dim series As New Steema.TeeChart.Styles.Line(TChart1.Chart)
        series.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Right
        series.Add(1, 5)
        series.Add(2, 6)
        series.Add(3, 10)
        series.Add(4, 11)
        series.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle
        series.Pointer.Visible = True
Each point will be displayed. But when I add this:

Code: Select all

TChart1.Axes.Bottom.Inverted = True
I can't see the point of (2,6). This is Bug?

Thank you!

Posted: Fri Jul 11, 2008 9:09 am
by narcis
Hi Chris,

Thanks for reporting.

Yes, I think so. I've added the defect (TF02013235) to the bug list to be fixed for next releases.