{{ message }}
Plotting a histogram with edge values #2125
Unanswered
wbondarchuk
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to plot a histogram as shown in the picture, but it doesn't work out that way. And I don't understand what I'm doing wrong.

I want to have the first boundary at the minimum. Then the width of the column is added to it and this is the beginning of the second column.
`var plotModel = new PlotModel();
var histogramSeries = new HistogramSeries
{
FillColor = OxyColors.SkyBlue,
StrokeColor = OxyColors.Black,
StrokeThickness = 1,
FontSize = 11
};
Beta Was this translation helpful? Give feedback.
All reactions