2X faster development
The ultimate WPF UI toolkit to boost your development speed.
The chart legend can be docked using the Dock property of Dockpanel class and aligned using the Alignment property The following codes are used to add the legend to a chart, dock the legend to a position, and set its alignment respectively XAML <syncfusion:Chart.Legends> <syncfusion:ChartLegend syncfusion:ChartDockPanel.Dock="Top" syncfusion:ChartDockPanel.Alignment="Near"/> </syncfusion:Chart.Legends> When the floating mode is used, the legend can be placed at any place within the chart area using the margin property of the legend class. The following code illustrates how to place the legend in floating mode. <syncfusion:ChartLegend syncfusion:ChartDockPanel.Dock="Floating" Margin="10,10,10,10"/> |
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.