Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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