Represents data series with X- and Y-values.

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 XYDataSeries : DataSeries
Visual Basic
Public Class XYDataSeries _
	Inherits DataSeries
XAML Object Element Usage
<XYDataSeries .../>

Remarks

The XYDataSeries class has two sets of data values (for x-coordinates and for y-coordinates).

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
                C1.Phone.Chart..::..HighLowSeries

See Also