Back to Devexpress

SeriesPointCollection.AddBubblePoint(TimeSpan, Double, Double) Method

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

latest1.9 KB
Original Source

SeriesPointCollection.AddBubblePoint(TimeSpan, 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(
    TimeSpan argument,
    double value,
    double weight
)
vb
Public Function AddBubblePoint(
    argument As TimeSpan,
    value As Double,
    weight As Double
) As Integer

Parameters

NameTypeDescription
argumentTimeSpan

The newly added series point’s argument.

| | value | Double |

The newly added series point’s value.

| | weight | Double |

The newly added series point’s weight.

|

Returns

TypeDescription
Int32

The position at which the new point was inserted.

|

See Also

SeriesPointCollection Class

SeriesPointCollection Members

DevExpress.XtraCharts Namespace