Group: Forum Members
Last Active: 14 Years Ago
Posts: 2,
Visits: 1
|
Hi.
I've just updated to version Q1 2010 of Nevron WinForm Chart. When I try to rebuild a code made with version Q2 2008, I've discovered the following error message:
'AddCustomAxis' is not a member of 'Nevron.Chart.NAxisCollection'
This is due to the following lines of code:
dim Grafico1 as NChart Grafico1 = ControlChart.Chart(0)
(...)
Dim EjeY as NAxis EjeY = Grafico1.Axes.AddCustomAxis(AxisOrientation.Vertical, AxisDockZone.TopLeft)
When I've revised the code, this method does not exist.
My question is: how to add a custom axis to a chart?
Sincerely
JD
|