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

Represents an object that contains information about a bubble data item.

Definition

Constructors

C#
public ScatterBubbleDataPoint()

Properties

Gets or sets the value that is provided for the X-axis of the cartesian chart.

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

Implements: IBubbleDataPoint.BubbleSize