GetLayerHistogramBin


One bin from the response from the LayersController.getHistogramData method.

Properties

min

min: number

The left edge of the bin.


max

max: number

The right edge of the bin.


value

value: number

The number of features in the bin.

Last updated

Was this helpful?