Represent vertical grid associated with DateTimeAxis

Namespace:  AmCharts.Windows.Stock.Primitives
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Panel
              AmCharts.Windows.Stock.Primitives..::.PlotGrid
                AmCharts.Windows.Stock.Primitives..::.DateTimeAxisGrid

See Also