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

Represents and indicator of current data point 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 class Indicator : Control
Visual Basic (Declaration)
Public Class Indicator _
	Inherits Control
Visual C++
public ref class Indicator : public Control

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..::.Indicator

See Also