简体   繁体   中英

Column Chart and Nplot with C#

I am currently developing an application in C# using the NPlot Charting Library.

I want to have a 2 bar charts side by side for each label across the X axis instead of them being stacked on top of each other.

Is this possible with Nplot, I couldn't find anything on Google but the Nplot documentation implies that you can have them side by side instead of stacked.

Thanks for any help you can provide.

Found out you change the bases offset ie

HistogramPlot myPlot = new HistogramPlot();
myplot.baseOffSet = 0.3f

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM