Group: Forum Members
Last Active: Last Year
Posts: 15,
Visits: 48
|
Thanks works perfectly! :-)
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Alexander, You need to invert the axis scale: chart.Axis(StandardAxis.PrimaryY).ScaleConfigurator.Invert = true;
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: Last Year
Posts: 15,
Visits: 48
|
Hi!
When I set my axis range with this code, nothing is displayed in my chart:
NRangeAxisView rangeViewY = new NRangeAxisView(new NRange1DD(100d, -100d),true, true); yAxis.View = rangeViewY;
Is it possible to configure the axis range in "negative" direction (high to low values)?
Thanks!
|