HtmlForgeX

API Reference

Class

ChartJsPointBubble

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Typed bubble point (x,y,r) used by Chart.js bubble datasets and waffle charts.

Inheritance

  • Object
  • ChartJsPointBubble

Constructors

public ChartJsPointBubble() #

Properties

public Double X { get; set; } #
JsonPropertyName("x")

X coordinate.

public Double Y { get; set; } #
JsonPropertyName("y")

Y coordinate.

public Double R { get; set; } #
JsonPropertyName("r")

Bubble radius.