Back to Devexpress

BubbleLabelValueToDisplay Enum

corelibraries-devexpress-dot-xtracharts-e791480c.md

latest1.7 KB
Original Source

BubbleLabelValueToDisplay Enum

Lists the values used to specify the series point’s value to be displayed in the series point label of the Bubble series view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum BubbleLabelValueToDisplay
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum BubbleLabelValueToDisplay

Members

NameDescription
Weight

Identifies the series point’s Weight to be displayed in the series point label of the Bubble series view.

| | Value |

Identifies the series point’s Value to be displayed in the series point label of the Bubble series view.

| | ValueAndWeight |

Identifies both the series point’s Value and Weight (separated by a comma) to be displayed in the series point label of the Bubble series view.

|

Remarks

The values listed by the BubbleLabelValueToDisplay enumeration are used to set the BubbleLabelValueToDisplay.Value property.

See Also

DevExpress.XtraCharts Namespace