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

BubbleSeriesViewModel Class

The BubbleSeriesView model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[GroupPrefix("View: ")]
[ModelOf(typeof(BubbleSeriesView))]
[TypeConverter(typeof(BubbleSeriesViewTypeConverter))]
public class BubbleSeriesViewModel :
    PointSeriesViewBaseModel
See Also