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.v18.2.dll

Declaration

[TypeConverter(typeof(BubbleSeriesLabelTypeConverter))]
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.

See Also