[]
        
(Showing Draft Content)

FarPoint.Win.Chart.BoxWhiskerSeries

BoxWhiskerSeries Class

Represents a box and whisker area series in a Y plot area.

Inheritance
BoxWhiskerSeries
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[TypeConverter(typeof(GenericTypeConverter<BoxWhiskerSeries>))]
public class BoxWhiskerSeries : YSeries, IXmlSerializable, ICloneable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of BoxWhiskerSeries)))>
Public Class BoxWhiskerSeries
    Inherits YSeries
    Implements IXmlSerializable, ICloneable, ISerializable

Constructors

Name Description
BoxWhiskerSeries()

Creates a new series.

BoxWhiskerSeries(BoxWhiskerSeries)

Creates a new box whisker series.

Properties

Name Description
Border

Gets or sets the line for the surface.

Count

Gets the number of points in the series.

Fill

Gets or sets the fill for the surface.

GapWidth

Gets or sets the gap width.

LabelContainsValue

Gets or sets whether the value is displayed in the labels.

QuartileMethod

Gets or sets the calculation type.

ShowInnerPoints

Gets or sets whether to show the inner points.

ShowMeanLine

Gets or sets whether to display the line connecting the means of the boxes in the selected series.

ShowMeanMarkers

Gets or sets whether to show the mean makers.

ShowOutlierPoints

Gets or sets whether to show the outlier points.

Values

Gets the collection of values for the series.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

ReadXmlElement(XmlReader)

Reads the child XML element.

WriteXml(XmlWriter)

Converts an object into its XML representation.