ScatterBubbleSeries
Represents a scatter bubble series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ScatterBubbleSeries : ScatterSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterSeriesScatterBubbleSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ScatterBubbleSeries class.
public ScatterBubbleSeries()
Fields
BubbleSizeBindingProperty
DependencyProperty
Identifies the BubbleSizeBinding property.
public static readonly DependencyProperty BubbleSizeBindingProperty
LegendSettingsProperty
DependencyProperty
Identifies the LegendSettings dependency property.
public static readonly DependencyProperty LegendSettingsProperty
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<ScatterBubbleDataPoint> DataPoints { get; }
Gets or sets the legend settings.
public ChartLegendSettings LegendSettings { get; set; }
Gets or sets the PaletteMode.
public SeriesPaletteMode PaletteMode { 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 GetBubbleSizeAggregateFunction()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides:
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: