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

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class BubbleSeries : XYDataSeries
Visual Basic
Public Class BubbleSeries _
	Inherits XYDataSeries

Inheritance Hierarchy

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

See Also