RadControls for WPF

This class represents a 2D point series item.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public class ScatterPoint : BasePointMarkChartItem
Visual Basic
Public Class ScatterPoint _
	Inherits BasePointMarkChartItem

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Charting..::..BaseChartItem
                Telerik.Windows.Controls.Charting..::..BaseChartItem2D
                  Telerik.Windows.Controls.Charting..::..BasePointMarkChartItem
                    Telerik.Windows.Controls.Charting..::..ScatterPoint

See Also