Gets or sets the corner radius of the bars. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double CornerRadius3D { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CornerRadius3D As Double |
A double value. The default is 0.2.
RemarksThe RoundCornerType property specifies how the edges of the bars are drawn.
See Also