[]
Represents a histogram series in a Y plot area.
[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
| 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. |
| Name | Description |
|---|---|
| ParetoLine | Gets the bar object of the histogram series. |
| SeriesName | Gets or sets the name of the series. |
| 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. |