New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
BackgroundColor
Lower
Mean
Median
Outliers
Q1
Q3
Upper
Telerik.Web.UI.BoxPlotSeriesItem
Updated over 6 months ago
Creates an item which is used in a box plot.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItems.SeriesItemBase
- Telerik.Web.UI.BoxPlotSeriesItem
Properties
BackgroundColor Color
Specifies the background color of the series item
Lower Nullable1`
Specifies the lower value of the data.
Mean Nullable1`
Specifies the mean value of the data.
Median Nullable1`
Specifies the value of the median.
Outliers OutliersCollection
Specifies the outliers of the box plot item.
Q1 Nullable1`
Specifies the value of the first quartile.
Q3 Nullable1`
Specifies the value of the third quartile.
Upper Nullable1`
Specifies the upper value of the data.