Back to Devexpress

FunnelSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-8772c31e.md

latest2.3 KB
Original Source

FunnelSeriesLabel Class

Defines label settings for funnel series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FunnelSeriesLabel :
    SeriesLabelBase
vb
Public Class FunnelSeriesLabel
    Inherits 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

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase FunnelSeriesLabel Funnel3DSeriesLabel

See Also

FunnelSeriesLabel Members

DevExpress.XtraCharts Namespace