Class
ScatterBubbleDataPoint

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

Definition

Constructors

ScatterBubbleDataPoint()

Declaration

cs-api-definition
public ScatterBubbleDataPoint()

Properties

BubbleSize

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

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double? BubbleSize { get; set; }

Property Value

double?

Implements IBubbleDataPoint.BubbleSize