HtmlForgeX

API Reference

Class

ChartJsGeoBubblePoint

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single data point rendered as a bubble on a geographic projection.

Inheritance

  • Object
  • ChartJsGeoBubblePoint

Usage

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

Returned or exposed by

Constructors

public ChartJsGeoBubblePoint() #

Properties

public Double Latitude { get; set; } #

Latitude coordinate in degrees.

public Double Longitude { get; set; } #

Longitude coordinate in degrees.

public Double Value { get; set; } #

Numeric magnitude that drives bubble size and color.

public String Label { get; set; } #

Label shown in tooltips for the location.