A chart series that displays statistical data as box-and-whisker plots in a RadzenChart. Each box plot represents five values: LowerWhisker (min), LowerQuartile (Q1), Median (Q2), UpperQuartile (Q3), and UpperWhisker (max). Optionally displays a mean marker.
CartesianSeries<TItem>.RequireChart
CartesianSeries<TItem>.ComposeCategory
CartesianSeries<TItem>.ComposeValue
CartesianSeries<TItem>.IsValueNullable
CartesianSeries<TItem>.GetRawValueGetter
CartesianSeries<TItem>.IsNumeric
CartesianSeries<TItem>.GetCategories
CartesianSeries<TItem>.TransformCategoryScale
CartesianSeries<TItem>.RenderOverlays
CartesianSeries<TItem>.RenderTopOverlays
CartesianSeries<TItem>.Initialize
CartesianSeries<TItem>.MeasureLegend
CartesianSeries<TItem>.MeasureLegendItems
CartesianSeries<TItem>.InsidePolygon
CartesianSeries<TItem>.RenderSharedTooltipItem
CartesianSeries<TItem>.GetTooltipPosition
CartesianSeries<TItem>.TooltipClass
CartesianSeries<TItem>.RenderLegendItem
CartesianSeries<TItem>.GetMedian
CartesianSeries<TItem>.GetMean
CartesianSeries<TItem>.GetMode
CartesianSeries<TItem>.GetTrend
CartesianSeries<TItem>.GetScaledDataPoints
CartesianSeries<TItem>.GetTitle
CartesianSeries<TItem>.TooltipLabel
CartesianSeries<TItem>.TooltipTitle
CartesianSeries<TItem>.GetDataLabels
CartesianSeries<TItem>.PickColor
CartesianSeries<TItem>.Dispose
CartesianSeries<TItem>.InvokeClick
CartesianSeries<TItem>.ValueAxisName
CartesianSeries<TItem>.ChildContent
CartesianSeries<TItem>.TooltipTemplate
CartesianSeries<TItem>.Overlays
CartesianSeries<TItem>.CoordinateSystem
CartesianSeries<TItem>.CategoryProperty
CartesianSeries<TItem>.Visible
CartesianSeries<TItem>.ShowInLegend
CartesianSeries<TItem>.ValueProperty
CartesianSeries<TItem>.RenderingOrder
CartesianSeries<TItem>.Markers
CartesianSeries<TItem>.MarkerType
CartesianSeries<TItem>.ShowLineInLegend
CartesianSeries<TItem>.MarkerSize
RadzenChartComponentBase.ShouldRefreshChart
RadzenChartComponentBase.ValidateParameters
RadzenChartComponentBase.DidParameterChange
RadzenChartComponentBase.Chart
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenBoxPlotSeries<TItem> : CartesianSeries<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IChartSeries, IChartValueAxisSeries| Name | Description |
|---|---|
| TItem | The type of data items in the series. |
A chart series that displays statistical data as box-and-whisker plots in a RadzenChart. Each box plot represents five values: LowerWhisker (min), LowerQuartile (Q1), Median (Q2), UpperQuartile (Q3), and UpperWhisker (max). Optionally displays a mean marker.
public RadzenBoxPlotSeries<TItem>()Gets or sets the fill color for the box.
public string Fill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the fill color for the box. |
Gets or sets the name of the property that provides the lower quartile (Q1, 25th percentile) value.
public string LowerQuartileProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the lower quartile (Q1, 25th percentile) value. |
Gets or sets the name of the property that provides the lower whisker (minimum) value.
public string LowerWhiskerProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the lower whisker (minimum) value. |
Gets or sets the fill color for the mean marker.
public string MeanFill { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the fill color for the mean marker. |
Gets or sets the name of the property that provides the mean value. Optional.
public string MeanProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the mean value. Optional. |
Gets or sets the name of the property that provides the median (Q2, 50th percentile) value.
public string MedianProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the median (Q2, 50th percentile) value. |
Gets or sets the stroke color for the median line. Falls back to Stroke.
public string MedianStroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the stroke color for the median line. Falls back to Stroke. |
public bool ShowActivePoint { get; }
| Type | Description |
|---|---|
| bool |
Gets or sets whether to display the mean marker.
public bool ShowMean { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets whether to display the mean marker. |
Gets or sets the stroke color for the box, whiskers, and median line.
public string Stroke { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the stroke color for the box, whiskers, and median line. |
Gets or sets the width of lines in pixels.
public double StrokeWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the width of lines in pixels. |
Gets or sets the name of the property that provides the upper quartile (Q3, 75th percentile) value.
public string UpperQuartileProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the upper quartile (Q3, 75th percentile) value. |
Gets or sets the name of the property that provides the upper whisker (maximum) value.
public string UpperWhiskerProperty { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the property that provides the upper whisker (maximum) value. |
Gets or sets the width of whisker cap lines in pixels. Defaults to 60% of box width.
public double? WhiskerWidth { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the width of whisker cap lines in pixels. Defaults to 60% of box width. |
Gets or sets the width of each box in pixels. Auto-calculated if null.
public double? Width { get; set; }
| Type | Description |
|---|---|
| double? | Gets or sets the width of each box in pixels. Auto-calculated if null. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override bool Contains(double x, double y, double tolerance)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | tolerance |
| Type | Description |
|---|---|
| bool |
public override ValueTuple<object, Point> DataAt(double x, double y)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y |
| Type | Description |
|---|---|
| ValueTuple<object, Point> |
public override RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
| Type | Description |
|---|---|
| RenderFragment |
public override RenderFragment RenderTooltip(object data)
| Type | Name | Description |
|---|---|---|
| object | data |
| Type | Description |
|---|---|
| RenderFragment |
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
| Type | Description |
|---|---|
| Task |
protected override string TooltipStyle(TItem item)
| Type | Name | Description |
|---|---|---|
| TItem | item |
| Type | Description |
|---|---|
| string |
protected override string TooltipValue(TItem item)
| Type | Name | Description |
|---|---|---|
| TItem | item |
| Type | Description |
|---|---|
| string |