Class ScatterBubbleSeries
Represents a scatter bubble series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterBubbleSeries : ScatterSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
ScatterBubbleSeries()
Initializes a new instance of the Scatter
Declaration
public ScatterBubbleSeries()
Fields
BubbleSizeBindingProperty
Identifies the Bubble
Declaration
public static readonly DependencyProperty BubbleSizeBindingProperty
Field Value
System.
|
LegendSettingsProperty
Identifies the Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
Properties
BubbleSizeBinding
Gets or sets the binding that will be used to fill the Bubble
Declaration
public DataPointBinding BubbleSizeBinding { get; set; }
Property Value
BubbleSizeSelector
Gets or sets the Chart
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 Palette
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 Bubble
Declaration
protected virtual ChartAggregateFunction GetBubbleSizeAggregateFunction()
Returns
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
Overrides
OnMouseEnter(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
Overrides
OnMouseLeave(MouseEventArgs)
Raises the Mouse
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |