ClassBubbleSeries
Represents a chart series that plot their points using bubbles.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class BubbleSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseBubbleSeries
Implements:
Inherited Members
Constructors
BubbleSeries()
Initializes a new instance of the BubbleSeries class.
Declaration
public BubbleSeries()
Fields
BubbleSizeBindingProperty
Identifies the BubbleSizeBinding property.
Declaration
public static readonly DependencyProperty BubbleSizeBindingProperty
Field Value
DependencyProperty
LegendTitleBindingProperty
Identifies the LegendTitleBinding property.
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
DependencyProperty
PaletteModeProperty
Identifies the PaletteMode dependency property.
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
DependencyProperty
Properties
BubbleSizeBinding
Gets or sets the binding that will be used to fill the BubbleSize member of the contained data points.
Declaration
public DataPointBinding BubbleSizeBinding { get; set; }
Property Value
BubbleSizeSelector
Gets or sets the ChartBubbleSizeSelector that determines the size of the bubble visuals.
Declaration
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<BubbleDataPoint> DataPoints { get; }
Property Value
LegendTitleBinding
Gets or sets the binding that will be used by any attached legend to display legend item title.
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides