Skip to main content

BubbleSeriesLabel Class

Defines label settings for Bubble series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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