Gets or sets the type of legend label to show for series elements. This property is used for charts that show legend elements for individual data items, such as PieChart and FunnelChart.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public LabelKinds LegendElementLabelKind { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendElementLabelKind As LabelKinds |
A member of the LabelKinds enumeration. The default value is InnerLabel.
See Also