HtmlForgeX

API Reference

Class

ApexBoxPlotData

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a single boxplot data point.

Inheritance

  • Object
  • ApexBoxPlotData

Constructors

Properties

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

Gets or sets the X value (category).

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

Gets or sets the Y values array: [min, q1, median, q3, max].