Represents a single graph in serial chart

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

Syntax

C#
public abstract class SerialGraph : DataItem
Visual Basic (Declaration)
Public MustInherit Class SerialGraph _
	Inherits DataItem
Visual C++
public ref class SerialGraph abstract : public DataItem

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..::.SerialGraph
                    AmCharts.Windows.Column..::.ColumnChartGraph
                    AmCharts.Windows.Line..::.LineChartGraph

See Also