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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public void SetBubbleDataMembers(
string argumentDataMember,
string valueDataMember,
string weightDataMember
)
Parameters
Name | Type | Description |
---|---|---|
argumentDataMember | String | 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