Back to Devexpress

NestedDonutSeries2D.Weight Property

wpf-devexpress-dot-xpf-dot-charts-dot-nesteddonutseries2d-722256a0.md

latest1.7 KB
Original Source

NestedDonutSeries2D.Weight Property

Specifies the nested donut’s size, in respect to the sizes of other nested donuts.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double Weight { get; set; }
vb
Public Property Weight As Double

Property Value

TypeDescription
Double

A Double value.

|

Remarks

Use the Weight property to specify the size of a nested donut in relation to other nested donuts.

|

Weight = 1 for Series1;

Weight = 1 for Series2;

Weight = 1 for Series3

|

Weight = 4 for Series1;

Weight = 6 for Series2;

Weight = 8 for Series3

| | --- | --- | |

|

|

To learn more on Nested Donut series, see the Nested Donut topic.

See Also

NestedDonutSeries2D Class

NestedDonutSeries2D Members

DevExpress.Xpf.Charts Namespace