BubbleSeriesLabel Class
Defines label settings for Bubble series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
PointSeriesLabel
BubbleSeriesLabel
See Also