Represents an axis label. This class is primarily for internal use.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.PhoneElements.Charting..::..AxisLabel

See Also