LegendPosition Property (ChartLegend)
Gets or sets the legend position, this is works for 2D charts alone.
Syntax
'Declaration Public Property LegendPosition As LegendPosition
'Usage Dim instance As ChartLegend Dim value As LegendPosition instance.LegendPosition = value value = instance.LegendPosition
public LegendPosition LegendPosition {get; set;}
Property Value
The legend position.AssemblyVersion
Syncfusion.SfChart.WPF: 17.3460.0.26
See Also