Represents a control for editing template for data labels and tooltips.

Namespace:  C1.Silverlight.Chart.Editor
Assembly:  C1.Silverlight.Chart.Editor (in C1.Silverlight.Chart.Editor.dll)

Syntax

C#
public class DataLabelEditor : Editor
Visual Basic
Public Class DataLabelEditor _
	Inherits Editor

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..UserControl
            C1.Silverlight.Chart.Editor..::..Editor
              C1.Silverlight.Chart.Editor..::..DataLabelEditor

See Also