Class
BoxPlotSeries

Represents a chart series that plot their points using box plot shapes. The series support default visuals - BoxPlotShape instances.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

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

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseBoxPlotSeries

Implements: IChartElementPresenter

Inherited Members CategoricalSeriesBase.CategoryBindingPropertyCategoricalSeriesBase.GetCategoryAggregateFunction()CategoricalSeriesBase.CategoryBindingCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.OnMouseEnter(MouseEventArgs)CartesianSeries.OnMouseLeave(MouseEventArgs)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.RenderOptionsPointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.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

LegendSettingsProperty

Identifies the LegendSettings dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LegendSettingsProperty

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>

LegendSettings

Gets or sets the legend settings.

Declaration

cs-api-definition
public SeriesLegendSettings LegendSettings { get; set; }

Property Value

SeriesLegendSettings

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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding UpperQuartileBinding { get; set; }

Property Value

DataPointBinding

Methods

GetLowerQuartileAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the LowerQuartile property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetLowerQuartileAggregateFunction()

Returns

ChartAggregateFunction

GetMaximumAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Maximum property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetMaximumAggregateFunction()

Returns

ChartAggregateFunction

GetMedianAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Median property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetMedianAggregateFunction()

Returns

ChartAggregateFunction

GetMinimumAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Minimum property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetMinimumAggregateFunction()

Returns

ChartAggregateFunction

GetUpperQuartileAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the UpperQuartile property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetUpperQuartileAggregateFunction()

Returns

ChartAggregateFunction

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.