API Reference / ApexBoxPlotDataAPI ReferenceClass ApexBoxPlotDataEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ApexCharts/ApexBoxPlotData.cs:14Represents a single boxplot data point.InheritanceObjectApexBoxPlotDataFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic ApexBoxPlotData() #Containers/ApexCharts/ApexBoxPlotData.cs:14Inherited 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 X { get; set; } #Containers/ApexCharts/ApexBoxPlotData.cs:14JsonPropertyName("x")Gets or sets the X value (category).public Double[] Y { get; set; } #Containers/ApexCharts/ApexBoxPlotData.cs:20JsonPropertyName("y")Gets or sets the Y values array: [min, q1, median, q3, max].