API / geotoolkit / controls / shapes / Histogram / Histogram

Namespace: Histogram

shapes.Histogram.Histogram

Table of contents

Type Aliases

Contents

Type Aliases

Bin

Ƭ Bin: Object

Define bin

Type declaration

NameTypeDescription
binnumbernumberBin number
frequencynumberFrequency
maxvaluenumberMaximum value
minvaluenumberMinimum value

EventMap

Ƭ EventMap: EventMap & { binsUpdated: number ; dataUpdated: { binCount: number ; count: number ; maxValue: number ; minValue: number } ; modelLimitsUpdated: Rect }


HitTestResult

Ƭ HitTestResult: Object

Hit test result

Index signature

▪ [i: number]: number

Type declaration

NameTypeDescription
binsBin[]Bins
lengthnumberReturn a count of bins Deprecated since 4.0 Use bins instead

Options

Ƭ Options: Options & OptionsBase

object


OptionsBase

Ƭ OptionsBase: Merge<OptionsBaseOut, { autominmax?: boolean ; binstep?: number ; data?: number[] | NumericalDataSeries | NumericalDataSeriesView ; fillstyle?: Type ; highlightstyle?: Type ; linestyle?: Type ; unit?: string | Unit }>


OptionsBaseOut

Ƭ OptionsBaseOut: Object

Type declaration

NameTypeDescription
accumulatedmode?AccumulatedModeaccumulated mode
autogradient?booleanauto gradient inside the bin to give a 3D look
bins?numbernumber of bins this histogram has
binspacing?numberbin spacing in percentage
bounds?Rectbounds of the node
flipedx?booleanset the flag if swap the min and max of X values
frequencytype?FrequencyTypefrequency type
highlightstyle?FillStylehighlight style
highvalueinclusive?booleanhigh value inclusive
histogrammode?HistogramModehistogram mode
logstartvalue?numberlog start value
maxvalue?numberHighest value to display
minvalue?numberLowest value to display
neatlimitsx?booleanset if apply neat limits for x axis
neatlimitsy?booleanset if apply neat limits for y axis
orientation?Orientationorientation
unit?AbstractUnitrepresent the {string} name, {string} symbol or {Unit} unit to be created
verticalscale?numbervertical scale in percentage

OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBaseOut

object