[]
        
(Showing Draft Content)

FarPoint.Win.Chart.FunnelSeries

FunnelSeries Class

Represents a funnel series in a Y plot area.

Inheritance
FunnelSeries
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[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

Constructors

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.

Properties

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.

Methods

Name Description
Clone()

Clone the object

GetObjectData(SerializationInfo, StreamingContext)

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