NestedDonutSeriesView.Weight Property
In This Article
Gets or sets the weight of the current NestedDonutSeriesView in a group.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value, which specifies the donut weight. |
#Remarks
Several NestedDonutSeriesView objects, whose NestedDonutSeriesView.Group property values are equal, are united into the same group of donuts, one nested into another. By default, all NestedDonutSeriesView views have the same weight and therefore have the same thickness. If you need to change the thickness of any nested donut, set the required value to its Weight property.
See Also