Charting for WPF Programmer's Guide

Legend.CornerRadius Property

See Also
 


Gets or sets the corner radius of the Legend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public CornerRadius CornerRadius { get; set; }

Visual Basic  Copy Code

Public Property CornerRadius As CornerRadius

 Property Value

An instance of the CornerRadius structure. Default value is CornerRdius(3).

 See Also