MindFusion.Wpf Pack Programmer's Guide
Legend.CornerRadius Property
See Also
 





Gets or sets the corner radius of the legend. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public CornerRadius CornerRadius { get; set; }

Visual Basic  Copy Code

Public Property CornerRadius As CornerRadius

 Property Value

An instance of the WPF CornerRadius structure. The default is CornerRadius(3).

 See Also

Legend Members
Legend Class
MindFusion.Charting.Wpf Namespace