Class BubbleSeries
Inheritance
System.Object
BubbleSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BubbleSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
BubbleSeries()
Declaration
public BubbleSeries()
Fields
BubbleSizeBindingProperty
Declaration
public static readonly DependencyProperty BubbleSizeBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LegendTitleBindingProperty
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PaletteModeProperty
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
BubbleSizeBinding
BubbleSizeSelector
Declaration
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }
Property Value
|
ChartBubbleSizeSelector
|
DataPoints
Declaration
public DataPointCollection<BubbleDataPoint> DataPoints { get; }
Property Value
|
DataPointCollection<BubbleDataPoint>
|
LegendTitleBinding
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
|
DataPointBinding
|
PaletteMode
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|