NestedDonutSeries2D.Weight Property
In This Article
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
#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 |
---|---|
To learn more on Nested Donut series, see the Nested Donut topic.
See Also