Skip to main content

BubbleSeries2D.MaxSize Property

Gets or sets the maximum size of the bubble marker.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public double MaxSize { get; set; }

#Property Value

Type Description
Double

A Double value which specifies the marker's maximum size (measured in fractions of x-axis units), where an axis unit is the distance between two major values on the x-axis. This value should be greater than 0.

#Remarks

This property is intended to forcibly limit the maximum size of the marker when the weight of a series point is too high relative to the other series points, and this may affect the appearance of a chart.

When calculating a bubbles' size, the extreme values within a single series are taken into account. This means that the maximum value in a series determines the MaxSize of a bubble and the minimum value - its BubbleSeries2D.MinSize. These values are calculated in the measurement units of the x-axis.

Note that the MaxSize property's value should be greater than the value of the BubbleSeries2D.MinSize property.

#Implements

DevExpress.Charts.Native.IXYWSeriesView.MaxSize
See Also