BubbleSeriesLabel Class
In This Article
Defines label settings for Bubble series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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
#Inheritance
Object
ChartElement
SeriesLabelBase
PointSeriesLabel
BubbleSeriesLabel
See Also