Skip to main content
A newer version of this page is available. .

BubbleSeriesViewModel.MaxSize Property

Gets or sets the value of the BubbleSeriesView.MaxSize within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

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

Property Value

Type Description
Double

The marker maximum size, in Y-axis units.

See Also