New to Telerik UI for WPFStart a free 30-day trial

Defines a CategoricalDataPoint that has a BubbleSize property, used by numerical axes.

Definition

Constructors

C#
public BubbleDataPoint()

Properties

Gets or sets the bubble size value associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public double? BubbleSize { get; set; }

Implements: IBubbleDataPoint.BubbleSize