CircularDiagram2D.ShapeStyle Property
Specifies the shape style used to draw a circular diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
CircularDiagramShapeStyle | A CircularDiagramShapeStyle enumeration object that represents the shape style of a circular diagram. |
Available values:
Name | Description |
---|---|
Circle | A circular diagram is drawn as a circle. |
Polygon | A circular diagram is drawn as a polygon. |
See Also