Charting for WPF Programmer's Guide

Chart.CornerRadius Property

See Also
 


Gets or sets the corner radius of the chart control's bounding rectangle.

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 WPF CornerRadius structure. Default is CornerRadius with the size of 3.

 See Also