Represents a single data point to be plotted on cartesian (X/Y) axes.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class CartesianDataPoint : DataPoint
Visual Basic
Public Class CartesianDataPoint _
	Inherits DataPoint
Visual C++
public ref class CartesianDataPoint : public DataPoint

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.PhoneElements.Charting..::..DataPoint
            Mindscape.PhoneElements.Charting..::..CartesianDataPoint
              Mindscape.PhoneElements.Charting..::..Bar
              Mindscape.PhoneElements.Charting..::..Bubble
              Mindscape.PhoneElements.Charting..::..ChartSymbol

See Also