HtmlForgeX

API Reference

Class

ApexBoxPlotSeries

Namespace HtmlForgeX
Assembly HtmlForgeX

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

Inheritance

  • Object
  • ApexBoxPlotSeries

Constructors

Properties

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

Gets or sets the name of the series.

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

Gets the list of boxplot data points.