Version

SortByRadius Property

Enables sorting bubbles by radius.
Syntax
'Declaration
 
Public Property SortByRadius As ChartSortType
public ChartSortType SortByRadius {get; set;}

Property Value

Whether sorting is performed in an ascending or descending direction, or not at all.
Remarks

This property provides developers an automatic option for controlling the foreground or background placement of bubbles within the scene graph rendered for Bubble Chart.

When large-radius bubbles tend to cover smaller-radius bubbles, then setting this property to Descending should alleviate that problem.

For backwards compatibility, the default value of this property is None. Developers can exercise control over the placement of bubbles within the chart by externally sorting it on any arbitrary criteria (including radius) such that data points that are desired in the foreground occur last in the data set.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also