Represents an item in a SeriesLegend.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public class LegendItem : DependencyObject |
Visual Basic
Copy Code
|
|---|
Public Class LegendItem |
RemarksLegendItem 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 HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
MindFusion.Charting.Wpf.LegendItem
See Also