Class BubbleSeriesGroup
Groups multiple bubble series to share axes and configuration for consistent XY and size-encoded rendering.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class BubbleSeriesGroup : SeriesGroup<BubbleSeries>, ISupportAxes
Constructors
BubbleSeriesGroup()
Create a new bubble series group that binds member series to a common axes group.
Declaration
public BubbleSeriesGroup()
Properties
AxisGroupName
Gets or sets the axes group associated with the bubble series, determining which X/Y axes they use.
Declaration
public AxisGroupName AxisGroupName { get; set; }
Property Value
|
AxisGroupName
|
Implements
SeriesType
Specifies that this group contains Bubble series for XY plots with variable marker sizes.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|