DXBubbleSeriesStyle Class
The a Bubble series’ appearance settings storage.
Declaration
@interface DXBubbleSeriesStyle: DXChartElementStyle
Remarks
The following image represents a Bubble series’s parameters that the style configures:

Inheritance
NSObject
DXChartElementStyle
DXBubbleSeriesStyle
Properties
markerStyle Property
Gets or sets a bubble marker’s appearance parameters.
Declaration
@property (readwrite, nullable) DXMarkerStyle *markerStyle
Property Value
| Type | Description |
|---|---|
| DXMarkerStyle * | A DXMarkerStyle object that stores a bubble marker’s appearance parameters. |