HtmlForgeX

API Reference

Class

ApexBubbleData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single bubble data point.

Inheritance

  • Object
  • ApexBubbleData

Constructors

public ApexBubbleData() #

Properties

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

Gets or sets the X coordinate.

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

Gets or sets the Y coordinate.

public Double Z { get; set; } #
JsonPropertyName("z")

Gets or sets the Z value (bubble size).