Search
LegendItem Class
Remarks See Also
 





Represents an item in a SeriesLegend.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public class LegendItem : DependencyObject

Visual Basic  Copy Code

Public Class LegendItem
    Inherits DependencyObject

 Remarks

LegendItem represents entries in a SeriesLegend. Use this type of legend when you want to have full control over the labels and colors of the legend.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            MindFusion.Charting.Wpf.LegendItem

 See Also