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

Definition

Constructors

Initializes a new instance of the BubbleDataPoint class.

C#
public BubbleDataPoint()

Initializes a new instance of the BubbleDataPoint class.

C#
public BubbleDataPoint(double x, double y, double value)
Parameters:xdouble

The x.

ydouble

The y.

valuedouble

The value.

Properties

Gets or sets the value that is provided for the X-axis of the first control point.

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