Represents a label for data points on a Chart.

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

Syntax

C#
public class DataLabel : Control
Visual Basic
Public Class DataLabel _
	Inherits Control
Visual C++
public ref class DataLabel : public Control

Inheritance Hierarchy

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

See Also