Profile Picture

Step Area Chart?

Posted By Joshua Hespe 15 Years Ago
Author
Message
Joshua Hespe
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 1, Visits: 1

I would like to create a 3d step chart that is also an "area" chart.  Is that possible?

I am attaching an example of what I am trying to create.

Also how do I transpose the axis to start with zero at the front left?

 

Thanks

 

Joshua



Nevron Support
Posted 15 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

Hi Joshua,

Currently our control does not support Step Area as a separate series, but you can display a similar chart with the help of the Range series.

Regarding the axis - you can set the View range of an axis like this. In this case the min value of the axis will be 0:

chart.Axis(StandardAxis.PrimaryY).View = new NRangeAxisView(new NRange1DD(0, 0), true, false);

Hope this helps – questions or comments, please feel free.

Nevron Support Team



Best Regards,
Nevron Support Team



Attachments
step.jpg (48 views, 71.00 KB)


Similar Topics


Reading This Topic