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.
|
LegendTitleBindingProperty
Declaration
public static readonly DependencyProperty LegendTitleBindingProperty
Field Value
Microsoft.
|
PaletteModeProperty
Declaration
public static readonly DependencyProperty PaletteModeProperty
Field Value
Microsoft.
|
Properties
BubbleSizeBinding
BubbleSizeSelector
Declaration
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }
Property Value
DataPoints
Declaration
public DataPointCollection<BubbleDataPoint> DataPoints { get; }
Property Value
LegendTitleBinding
Declaration
public DataPointBinding LegendTitleBinding { get; set; }
Property Value
PaletteMode
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|