Represents the class for Axis object. The axes appear on the plot area of the chart.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class Axis : AxisCanvas, INotifyPropertyChanged
Visual Basic
Public Class Axis _
	Inherits AxisCanvas _
	Implements INotifyPropertyChanged
XAML Object Element Usage
<Axis .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          System.Windows.Controls..::..Canvas
            C1.Phone.Chart..::..AxisCanvas
              C1.Phone.Chart..::..Axis

See Also