Class BubbleSeries
Represents a chart series that plot their points using bubbles.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class BubbleSeries : CategoricalSeriesBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
BubbleSeries()
Fields
BubbleSizeBindingProperty
Identifies the BubbleSizeBinding property.
Declaration
public static readonly DependencyProperty BubbleSizeBindingProperty
Field Value
System.Windows.DependencyProperty
|
LegendSettingsProperty
Identifies the LegendSettings dependency property.
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.Windows.DependencyProperty
|
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BubbleSizeBinding
Gets or sets the binding that will be used to fill the BubbleSize member of the contained data points.
Declaration
public DataPointBinding BubbleSizeBinding { get; set; }
Property Value
DataPointBinding
|
BubbleSizeSelector
Gets or sets the ChartBubbleSizeSelector that determines the size of the bubble visuals.
Declaration
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }
Property Value
ChartBubbleSizeSelector
|
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<BubbleDataPoint> DataPoints { get; }
Property Value
DataPointCollection<BubbleDataPoint>
|
LegendSettings
Gets or sets the legend settings.
Declaration
public ChartLegendSettings LegendSettings { get; set; }
Property Value
ChartLegendSettings
|
PaletteMode
Gets or sets the PaletteMode.
Declaration
public SeriesPaletteMode PaletteMode { get; set; }
Property Value
SeriesPaletteMode
|
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value
DataPointBinding
|
Methods
BubbleSizeAggregateFunction()
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 BubbleSizeAggregateFunction()
Returns
ChartAggregateFunction
|
GetValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
Declaration
protected virtual ChartAggregateFunction GetValueAggregateFunction()
Returns
ChartAggregateFunction
|
OnMouseEnter(MouseEventArgs)
Raises the MouseEnter event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |
Overrides
OnMouseLeave(MouseEventArgs)
Raises the MouseLeave event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs instance containing the event data. |