[This is preliminary documentation and is subject to change.]

Base class for graphs in serial chart.

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

Syntax

C#
public abstract class SerialGraph : Control, 
	ILegendItem
Visual Basic (Declaration)
Public MustInherit Class SerialGraph _
	Inherits Control _
	Implements ILegendItem
Visual C++
public ref class SerialGraph abstract : public Control, 
	ILegendItem

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
              AmCharts.Windows.QuickCharts..::.SerialGraph
                AmCharts.Windows.QuickCharts..::.AreaGraph
                AmCharts.Windows.QuickCharts..::.ColumnGraph
                AmCharts.Windows.QuickCharts..::.LineGraph

See Also