Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double Weight { get; set; }

Property Value

Type Description
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

NestedDonut_Weight_1_1_1

NestedDonut_Weight_4_6_8

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

See Also