HtmlForgeX

API Reference

Class

ApexBubbleSeries

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a collection of bubble data points for a single series.

Inheritance

  • Object
  • ApexBubbleSeries

Constructors

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Gets or sets the name of the series.

public List<ApexBubbleData> Data { get; set; } #
JsonPropertyName("data")

Gets the list of bubble data points.