Skip to main content

NestedDonutSeriesView.InnerIndent Property

Gets or sets an indent between two donuts nested one into another.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double InnerIndent { get; set; }

Property Value

Type Description
Double

A Double value which specifies an indent (in pixels).

See Also