Represents a legend. Each item gives info about a data point from the ChartSeries. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public class SeriesLegend : Legend |
Visual Basic
![]() |
---|
Public Class SeriesLegend |
Java
![]() |
---|
public class SeriesLegend extends Legend |
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.
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