Represents data item in LineChartGraph.

Namespace:  AmCharts.Windows.Line
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class LineDataPoint : SerialDataItem
Visual Basic (Declaration)
Public Class LineDataPoint _
	Inherits SerialDataItem
Visual C++
public ref class LineDataPoint : public SerialDataItem

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
              System.Windows.Controls..::.ContentControl
                AmCharts.Windows.Core..::.DataItem
                  AmCharts.Windows.Core..::.SerialDataItem
                    AmCharts.Windows.Line..::.LineDataPoint

See Also