MindFusion.Wpf Pack Programmer's Guide
BarChart3D.CornerRadius3D Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double CornerRadius3D { get; set; }

Visual Basic  Copy Code

Public Property CornerRadius3D As Double

 Property Value

A double value. The default is 0.2.

 Remarks

The RoundCornerType property specifies how the edges of the bars are drawn.

 See Also

BarChart3D Members
BarChart3D Class
MindFusion.Charting.Wpf Namespace