Skip to main content
A newer version of this page is available. .

BubbleSeriesLabel Class

Defines label settings for Bubble series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class BubbleSeriesLabel :
    PointSeriesLabel

Remarks

The BubbleSeriesLabel class provides label functionality for series of the Bubble series view type. An instance of the BubbleSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is ViewType.Bubble.

Implements

See Also