Back to Devexpress

CircularDiagramShapeStyle Enum

wpf-devexpress-dot-xpf-dot-charts-1dd16d32.md

latest1.4 KB
Original Source

CircularDiagramShapeStyle Enum

Lists the values used to specify the shape style of a circular diagram.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum CircularDiagramShapeStyle
vb
Public Enum CircularDiagramShapeStyle

Members

NameDescription
Circle

A circular diagram is drawn as a circle.

| | Polygon |

A circular diagram is drawn as a polygon.

|

The following properties accept/return CircularDiagramShapeStyle values:

Remarks

The values listed by the CircularDiagramShapeStyle enumeration are used to set the CircularDiagram2D.ShapeStyle property.

See Also

DevExpress.Xpf.Charts Namespace