New to Telerik Document ProcessingStart a free 30-day trial

Groups multiple bubble series to share axes and configuration for consistent XY and size-encoded rendering.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class BubbleSeriesGroup : SeriesGroup<BubbleSeries>, ISupportAxes

Inheritance: objectSeriesGroupSeriesGroup<BubbleSeries>BubbleSeriesGroup

Implements: ISupportAxes

Inherited Members SeriesGroup<BubbleSeries>.SeriesSeriesGroup.Clone()

Constructors

Create a new bubble series group that binds member series to a common axes group.

C#
public BubbleSeriesGroup()

Properties

Gets or sets the axes group associated with the bubble series, determining which X/Y axes they use.

C#
public AxisGroupName AxisGroupName { get; set; }

Implements: ISupportAxes.AxisGroupName

Specifies that this group contains Bubble series for XY plots with variable marker sizes.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesGroup.SeriesType