BubbleSeries can contains values that specify size of the symbol for each data point. Use BubbleSeries to create bubble charts.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class BubbleSeries : XYDataSeries
Visual Basic
Public Class BubbleSeries _
	Inherits XYDataSeries
XAML Object Element Usage
<BubbleSeries .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          System.Windows.Controls..::..Canvas
            C1.Phone.Chart..::..DataSeries
              C1.Phone.Chart..::..XYDataSeries
                C1.Phone.Chart..::..BubbleSeries

See Also