Represents an axis for a Chart.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class ChartAxis : Control, INotifyPropertyChanged
Visual Basic
Public Class ChartAxis _
	Inherits Control _
	Implements INotifyPropertyChanged
Visual C++
public ref class ChartAxis : public Control, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.SilverlightElements.Charting..::..ChartAxis

See Also