FunnelSeriesLabel Class
Defines label settings for funnel series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(FunnelSeriesLabelTypeConverter))]
public class FunnelSeriesLabel :
SeriesLabelBase
Remarks
The FunnelSeriesLabel class provides label functionality for series of the funnel view type.
In addition to the common settings inherited from the base SeriesLabelBase class, the FunnelSeriesLabel class declares funnel type specific settings, allowing you to define the label’s position relative to the funnel chart (FunnelSeriesLabel.Position).
An instance of the FunnelSeriesLabel class can be obtained via the SeriesBase.Label property of a series of the FunnelSeriesView type.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
FunnelSeriesLabel
See Also