Back to Devexpress

CircularDiagram2D.ShapeStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-circulardiagram2d-f6f5fa77.md

latest1.5 KB
Original Source

CircularDiagram2D.ShapeStyle Property

Specifies the shape style used to draw a circular diagram.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public CircularDiagramShapeStyle ShapeStyle { get; set; }
vb
Public Property ShapeStyle As CircularDiagramShapeStyle

Property Value

TypeDescription
CircularDiagramShapeStyle

A CircularDiagramShapeStyle enumeration object that represents the shape style of a circular diagram.

|

Available values:

NameDescription
Circle

A circular diagram is drawn as a circle.

| | Polygon |

A circular diagram is drawn as a polygon.

|

See Also

CircularDiagram2D Class

CircularDiagram2D Members

DevExpress.Xpf.Charts Namespace