[]
Represents a funnel series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<FunnelSeries>))]
public class FunnelSeries : BarSeries, ICloneable, IXmlSerializable, ISerializable
<TypeConverter(GetType(GenericTypeConverter(Of FunnelSeries)))>
Public Class FunnelSeries
Inherits BarSeries
Implements ICloneable, IXmlSerializable, ISerializable
Name | Description |
---|---|
FunnelSeries() | Creates a new series. |
FunnelSeries(FunnelSeries) | Creates a new series that is a deep copy of the specified series. |
FunnelSeries(SerializationInfo, StreamingContext) | Creates a new FunnelSeries from serialization. |
Name | Description |
---|---|
Count | Creates a deep copy of this series. |
GapWidth | Gets or sets the amount of space between categories. |
LabelVisible | Gets or sets whether the data labels are visible. |
Name | Description |
---|---|
Clone() | Clone the object |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |