API Reference / ApexBoxPlotColorsAPI ReferenceClass ApexBoxPlotColorsEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Represents boxplot colors configuration.InheritanceObjectApexBoxPlotColorsFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic ApexBoxPlotColors() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic String Upper { get; set; } #Containers/ApexCharts/ApexBoxPlotColors.cs:13JsonPropertyName("upper")Gets or sets the upper color.public String Lower { get; set; } #Containers/ApexCharts/ApexBoxPlotColors.cs:19JsonPropertyName("lower")Gets or sets the lower color.