Search
Chart.LegendElementLabelKind Property
See Also
 






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

 Syntax

C#  Copy Code

public LabelKinds LegendElementLabelKind { get; set; }

Visual Basic  Copy Code

Public Property LegendElementLabelKind As LabelKinds

 Property Value

A member of the LabelKinds enumeration. The default value is InnerLabel.

 See Also