Skip to main content
A newer version of this page is available.

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:

A Bubble series style

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.