Renders grid lines and stripe lines based on a pair of ChartAxis objects.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ChartGrid : Canvas
Visual Basic
Public Class ChartGrid _
	Inherits Canvas
Visual C++
public ref class ChartGrid : public Canvas

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          System.Windows.Controls..::..Canvas
            Mindscape.PhoneElements.Charting..::..ChartGrid

See Also