BubbleSeries
Represents a chart series that plot their points using bubbles.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class BubbleSeries : CategoricalSeriesBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseBubbleSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the BubbleSeries class.
public BubbleSeries()
Fields
BubbleSizeBindingProperty
DependencyProperty
Identifies the BubbleSizeBinding property.
public static readonly DependencyProperty BubbleSizeBindingProperty
LegendSettingsProperty
DependencyProperty
Identifies the LegendSettings dependency property.
public static readonly DependencyProperty LegendSettingsProperty
ValueBindingProperty
DependencyProperty
Identifies the ValueBinding property.
public static readonly DependencyProperty ValueBindingProperty
Properties
Gets or sets the binding that will be used to fill the BubbleSize member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding BubbleSizeBinding { get; set; }
Gets or sets the ChartBubbleSizeSelector that determines the size of the bubble visuals.
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }
Gets the collection of data points associated with the series.
public DataPointCollection<BubbleDataPoint> DataPoints { get; }
Gets or sets the legend settings.
public ChartLegendSettings LegendSettings { get; set; }
Gets or sets the PaletteMode.
public SeriesPaletteMode PaletteMode { get; set; }
Gets or sets the binding that will be used to fill the Value member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding ValueBinding { get; set; }
Methods
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the BubbleSize property.
protected virtual ChartAggregateFunction BubbleSizeAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
protected virtual ChartAggregateFunction GetValueAggregateFunction()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Overrides:
Raises the event.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Overrides: