Class
BoxPlotSeries

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class BoxPlotSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseBoxPlotSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members CategoricalSeriesBase.ValueBindingPropertyCategoricalSeriesBase.CategoryBindingPropertyCategoricalSeriesBase.ValueBindingCategoricalSeriesBase.CategoryBindingCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.UnapplyTemplateCore()PointTemplateSeries.ApplyTemplateCore()PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

BoxPlotSeries()

Initializes a new instance of the BoxPlotSeries class.

Declaration

cs-api-definition
public BoxPlotSeries()

Fields

CombineModeProperty

Identifies the CombineMode property.

Declaration

cs-api-definition
public static readonly DependencyProperty CombineModeProperty

Field Value

DependencyProperty

LimitersLengthProperty

Identifies the LimitersLength property.

Declaration

cs-api-definition
public static readonly DependencyProperty LimitersLengthProperty

Field Value

DependencyProperty

LowerQuartileBindingProperty

Identifies the LowerQuartileBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowerQuartileBindingProperty

Field Value

DependencyProperty

MaximumBindingProperty

Identifies the MaximumBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty MaximumBindingProperty

Field Value

DependencyProperty

MedianBindingProperty

Identifies the MedianBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty MedianBindingProperty

Field Value

DependencyProperty

MinimumBindingProperty

Identifies the MinimumBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty MinimumBindingProperty

Field Value

DependencyProperty

UpperQuartileBindingProperty

Identifies the UpperQuartileBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty UpperQuartileBindingProperty

Field Value

DependencyProperty

Properties

CombineMode

Gets or sets the combination mode to be used when data points are plotted.

Declaration

cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }

Property Value

ChartSeriesCombineMode

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPointCollection<BoxPlotDataPoint> DataPoints { get; }

Property Value

DataPointCollection<BoxPlotDataPoint>

LimitersLength

Gets or sets the length of the lines representing the minimum and maximum values of the box plot visual.

Declaration

cs-api-definition
public double LimitersLength { get; set; }

Property Value

double

Remarks

The property works with relative units between 0 and 1, where 1 means 100% of the layout slot. The default value is 0.5.

LowerQuartileBinding

Gets or sets the binding that will be used to fill the LowerQuartile member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding LowerQuartileBinding { get; set; }

Property Value

DataPointBinding

MaximumBinding

Gets or sets the binding that will be used to fill the Maximum member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding MaximumBinding { get; set; }

Property Value

DataPointBinding

MedianBinding

Gets or sets the binding that will be used to fill the Median member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding MedianBinding { get; set; }

Property Value

DataPointBinding

MinimumBinding

Gets or sets the binding that will be used to fill the Minimum member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding MinimumBinding { get; set; }

Property Value

DataPointBinding

UpperQuartileBinding

Gets or sets the binding that will be used to fill the UpperQuartile member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding UpperQuartileBinding { get; set; }

Property Value

DataPointBinding

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ChartSeries.OnCreateAutomationPeer()