ClassScatterBubbleSeries
Represents a scatter bubble series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ScatterBubbleSeries : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterBubbleSeries
Implements:
Inherited Members
Constructors
ScatterBubbleSeries()
Initializes a new instance of the ScatterBubbleSeries class.
Declaration
public ScatterBubbleSeries()
Fields
BubbleSizeBindingProperty
Identifies the BubbleSizeBinding property.
Declaration
public static readonly DependencyProperty BubbleSizeBindingProperty
Field Value
DependencyProperty
XValueBindingProperty
Identifies the XValueBinding property.
Declaration
public static readonly DependencyProperty XValueBindingProperty
Field Value
DependencyProperty
YValueBindingProperty
Identifies the YValueBinding property.
Declaration
public static readonly DependencyProperty YValueBindingProperty
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<ScatterBubbleDataPoint> DataPoints { get; }
Property Value
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
XValueBinding
Gets or sets the binding that will be used to fill the ScatterBubbleDataPoint.XValue member of the contained data points.
Declaration
public DataPointBinding XValueBinding { get; set; }
Property Value
YValueBinding
Gets or sets the binding that will be used to fill the ScatterBubbleDataPoint.YValue member of the contained data points.
Declaration
public DataPointBinding YValueBinding { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides