ClassBoxPlotSeries
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class BoxPlotSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseBoxPlotSeries
Implements:
Inherited Members
Constructors
BoxPlotSeries()
Initializes a new instance of the BoxPlotSeries class.
Declaration
public BoxPlotSeries()
Fields
CombineModeProperty
Identifies the CombineMode property.
Declaration
public static readonly DependencyProperty CombineModeProperty
Field Value
DependencyProperty
LimitersLengthProperty
Identifies the LimitersLength property.
Declaration
public static readonly DependencyProperty LimitersLengthProperty
Field Value
DependencyProperty
LowerQuartileBindingProperty
Identifies the LowerQuartileBinding property.
Declaration
public static readonly DependencyProperty LowerQuartileBindingProperty
Field Value
DependencyProperty
MaximumBindingProperty
Identifies the MaximumBinding property.
Declaration
public static readonly DependencyProperty MaximumBindingProperty
Field Value
DependencyProperty
MedianBindingProperty
Identifies the MedianBinding property.
Declaration
public static readonly DependencyProperty MedianBindingProperty
Field Value
DependencyProperty
MinimumBindingProperty
Identifies the MinimumBinding property.
Declaration
public static readonly DependencyProperty MinimumBindingProperty
Field Value
DependencyProperty
UpperQuartileBindingProperty
Identifies the UpperQuartileBinding property.
Declaration
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
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<BoxPlotDataPoint> DataPoints { get; }
Property Value
LimitersLength
Gets or sets the length of the lines representing the minimum and maximum values of the box plot visual.
Declaration
public double LimitersLength { get; set; }
Property Value
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
public DataPointBinding LowerQuartileBinding { get; set; }
Property Value
MaximumBinding
Gets or sets the binding that will be used to fill the Maximum member of the contained data points.
Declaration
public DataPointBinding MaximumBinding { get; set; }
Property Value
MedianBinding
Gets or sets the binding that will be used to fill the Median member of the contained data points.
Declaration
public DataPointBinding MedianBinding { get; set; }
Property Value
MinimumBinding
Gets or sets the binding that will be used to fill the Minimum member of the contained data points.
Declaration
public DataPointBinding MinimumBinding { get; set; }
Property Value
UpperQuartileBinding
Gets or sets the binding that will be used to fill the UpperQuartile member of the contained data points.
Declaration
public DataPointBinding UpperQuartileBinding { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides