[This is preliminary documentation and is subject to change.]

Represents a single chart legend item.

Namespace:  AmCharts.Windows.QuickCharts
Assembly:  AmCharts.Windows.QuickCharts (in AmCharts.Windows.QuickCharts.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class LegendItem : DependencyObject, ILegendItem
Visual Basic (Declaration)
Public Class LegendItem _
	Inherits DependencyObject _
	Implements ILegendItem
Visual C++
public ref class LegendItem : public DependencyObject, 
	ILegendItem

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      AmCharts.Windows.QuickCharts..::.LegendItem

See Also