HtmlForgeX

API Reference

Class

ApexBoxPlotOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents boxplot chart specific options.

Inheritance

  • Object
  • ApexBoxPlotOptions

Constructors

public ApexBoxPlotOptions() #

Methods

public ApexBoxPlotOptions ColorsLower(String color) #
Returns: ApexBoxPlotOptions

Sets the lower colors.

Parameters

color System.String requiredposition: 0
public ApexBoxPlotOptions ColorsUpper(String color) #
Returns: ApexBoxPlotOptions

Sets the upper colors.

Parameters

color System.String requiredposition: 0

Properties

public ApexBoxPlotColors Colors { get; set; } #
JsonPropertyName("colors")

Gets or sets the colors for upper values.