[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ClusteredBoxWhiskerSeries

ClusteredBoxWhiskerSeries Class

Represents a clustered group of bar series in a Y plot area.

Inheritance
ClusteredBoxWhiskerSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class ClusteredBoxWhiskerSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
Public Class ClusteredBoxWhiskerSeries
    Inherits YSeries
    Implements ICompositeSeries, ICloneable, IXmlSerializable

Constructors

Name Description
ClusteredBoxWhiskerSeries()

Creates a new series.

ClusteredBoxWhiskerSeries(ClusteredBoxWhiskerSeries)

Creates a new series that is a deep copy of the specified series.

Properties

Name Description
Count

Gets the number of points in the series.

GapWidth

Gets or sets the amount of space between categories.

Overlap

Gets or sets the amount of overlap of data points within a category.

Series

Gets the collection of bar series.

Methods

Name Description
Clone()

Creates a deep copy of this series.

GetSchema()

This method is reserved and should not be used.

ReadXml(XmlReader)

Generates an object from its XML representation.

WriteXml(XmlWriter)

Converts an object into its XML representation.