Back to Devexpress

SeriesPointCollection.AddBubblePoint(DateTime, Double, Double) Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-addbubblepoint-x28-system-dot-datetime-system-dot-double-system-dot-double-x29.md

latest1.9 KB
Original Source

SeriesPointCollection.AddBubblePoint(DateTime, Double, Double) Method

Adds a point with the specified argument and values required to plot a series with a bubble series view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int AddBubblePoint(
    DateTime argument,
    double value,
    double weight
)
vb
Public Function AddBubblePoint(
    argument As Date,
    value As Double,
    weight As Double
) As Integer

Parameters

NameTypeDescription
argumentDateTime

The argument of a newly added series point.

| | value | Double |

The value of the newly added series point.

| | weight | Double |

The weight of the newly added series point.

|

Returns

TypeDescription
Int32

The position at which the new element was inserted.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace