[]
        
(Showing Draft Content)

FarPoint.Win.Chart.ParetoSeries

ParetoSeries Class

Represents a histogram series in a Y plot area.

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

Constructors

Name Description
ParetoSeries()

Creates a new series.

ParetoSeries(ParetoSeries)

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

ParetoSeries(SerializationInfo, StreamingContext)

Creates a new ParetoSeries from serialization.

Properties

Name Description
ParetoLine

Gets the bar object of the histogram series.

SeriesName

Gets or sets the name of 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.