Skip to content

How to select Count Property as y-axis for Histogram Plots? #1872

Answered by VisualMelon
redundancer asked this question in Q&A
Discussion options

You must be logged in to vote

HistogramSeries always uses Height, computed from Area. It ignores the Count for plotting. If you re-project the bins so that the Area is Count * Width that should give you what you want, but note that this only makes sense if all histogram items across all histograms use the same bin width.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
2 replies
@redundancer
Comment options

@VisualMelon
Comment options

Answer selected by redundancer
Comment options

You must be logged in to vote
8 replies
@philipaxer
Comment options

@VisualMelon
Comment options

@VisualMelon
Comment options

@VisualMelon
Comment options

@Jonarw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants