Class
ScatterBubbleSeries

Represents a scatter bubble series.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ScatterBubbleSeries : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterBubbleSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members CartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.UnapplyTemplateCore()PointTemplateSeries.ApplyTemplateCore()PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

ScatterBubbleSeries()

Initializes a new instance of the ScatterBubbleSeries class.

Declaration

cs-api-definition
public ScatterBubbleSeries()

Fields

BubbleSizeBindingProperty

Identifies the BubbleSizeBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty BubbleSizeBindingProperty

Field Value

DependencyProperty

XValueBindingProperty

Identifies the XValueBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty XValueBindingProperty

Field Value

DependencyProperty

YValueBindingProperty

Identifies the YValueBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty YValueBindingProperty

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

cs-api-definition
public DataPointBinding BubbleSizeBinding { get; set; }

Property Value

DataPointBinding

BubbleSizeSelector

Gets or sets the ChartBubbleSizeSelector that determines the size of the bubble visuals.

Declaration

cs-api-definition
public ChartBubbleSizeSelector BubbleSizeSelector { get; set; }

Property Value

ChartBubbleSizeSelector

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPointCollection<ScatterBubbleDataPoint> DataPoints { get; }

Property Value

DataPointCollection<ScatterBubbleDataPoint>

PaletteMode

Gets or sets the PaletteMode.

Declaration

cs-api-definition
public SeriesPaletteMode PaletteMode { get; set; }

Property Value

SeriesPaletteMode

XValueBinding

Gets or sets the binding that will be used to fill the ScatterBubbleDataPoint.XValue member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding XValueBinding { get; set; }

Property Value

DataPointBinding

YValueBinding

Gets or sets the binding that will be used to fill the ScatterBubbleDataPoint.YValue member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding YValueBinding { get; set; }

Property Value

DataPointBinding

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ChartSeries.OnCreateAutomationPeer()