Class BoxPlotSeries
Inheritance
System.Object
BoxPlotSeries
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class BoxPlotSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
BoxPlotSeries()
Declaration
public BoxPlotSeries()
Properties
BoxPlotShapes
Declaration
public IList<BoxPlotShape> BoxPlotShapes { get; }
Property Value
System.Collections.Generic.IList<BoxPlotShape>
|
BoxPlotShapesCount
Declaration
public int BoxPlotShapesCount { get; }
Property Value
System.Int32
|
VisibleBoxPlotShapesCount
Declaration
public int VisibleBoxPlotShapesCount { get; }
Property Value
System.Int32
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|