Class
BubbleDataPoint

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

Definition

Constructors

BubbleDataPoint()

Declaration

cs-api-definition
public BubbleDataPoint()

Properties

BubbleSize

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

Declaration

cs-api-definition
public double? BubbleSize { get; set; }

Property Value

double?

Implements IBubbleDataPoint.BubbleSize