HtmlForgeX

API Reference

Enum

JsVectorNumericBinMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Numeric binning mode for choropleth generation.

Inheritance

  • Enum
  • JsVectorNumericBinMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const JsVectorNumericBinMode EqualInterval #

Equal interval bins between min and max.

Value: 0
public const JsVectorNumericBinMode Quantile #

Quantile bins (each bin has roughly the same count).

Value: 1