Displays line and area charts.

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

Syntax

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

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..::.ChartBase
                  AmCharts.Windows.Core..::.SerialChart
                    AmCharts.Windows..::.LineChart

See Also