Charting for WPF Programmer's Guide

SeriesLegend Class

Remarks See Also
 


Represents a legend. Each item gives info about a data point from the ChartSeries.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public class SeriesLegend : Legend

Visual Basic  Copy Code

Public Class SeriesLegend
    Inherits Legend

Java  Copy Code

public class SeriesLegend extends Legend

 Remarks

The SeriesLegend is a legend that gives details about the items in a singe ChartSeries. Its LabelsSource and BrushesSource properties set the labels and brushes for the items that are drawn.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ItemsControl
                                MindFusion.Charting.Wpf.Legend
                                    MindFusion.Charting.Wpf.SeriesLegend

 See Also