MindFusion.Wpf Pack Programmer's Guide
RoundCornerType Enumeration
See Also
 





Specifies which corners of a 3D chart element are drawn rounded.

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

 Syntax

C#  Copy Code

public enum RoundCornerType

Visual Basic  Copy Code

Public Enum RoundCornerType

 Members

  Member name Description

All

All corners of the 3D chart element are drawn rounded.

Bottom

Only the bottom corners of the 3D chart element are drawn rounded.

None

No corners of the 3D chart element are drawn rounded.

Top

The top corners of the 3D chart element are drawn rounded.

 See Also

MindFusion.Charting.Wpf Namespace