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!
|