Gets or sets the labels displayed by the legend. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public IList LegendLabels { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendLabels As IList |
A list of objects representing the labels. The default is null (Nothing in Visual Basic).
See Also