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

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.