Back to Devexpress

SeriesBase.SetBubbleDataMembers(String, String, String) Method

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-dot-setbubbledatamembers-x28-system-dot-string-system-dot-string-system-dot-string-x29.md

latest1.9 KB
Original Source

SeriesBase.SetBubbleDataMembers(String, String, String) Method

Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a bubble view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public void SetBubbleDataMembers(
    string argumentDataMember,
    string valueDataMember,
    string weightDataMember
)
vb
Public Sub SetBubbleDataMembers(
    argumentDataMember As String,
    valueDataMember As String,
    weightDataMember As String
)

Parameters

NameTypeDescription
argumentDataMemberString

The name of the data member whose values will be used as the argument of the series points.

| | valueDataMember | String |

The name of the data member whose values will be used as the value of the series points.

| | weightDataMember | String |

The name of the data member whose values will be used as the weight of the series points

|

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace