ClassScatterBubbleSeries
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
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
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
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
[TypeConverter(typeof(StringToDataPointBindingConverter))]
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
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
Methods
GetBubbleSizeAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the BubbleSize property.
Declaration
protected virtual ChartAggregateFunction GetBubbleSizeAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides
OnMouseEnter(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides
OnMouseLeave(MouseEventArgs)
Raises the event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs instance containing the event data.
Overrides