Back to Devexpress

NestedDoughnutSeriesView.InnerIndent Property

corelibraries-devexpress-dot-xtracharts-dot-nesteddoughnutseriesview-4d2278f5.md

latest2.1 KB
Original Source

NestedDoughnutSeriesView.InnerIndent Property

Specifies the inner indent between the outer and inner edges of nested doughnuts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double InnerIndent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property InnerIndent As Double

Property Value

TypeDescription
Double

A Double value that is the inner indent of nested doughnuts.

|

Remarks

Use the InnerIndent property to specify the inner indent between doughnuts nested one into another.

|

((NestedDoughnutSeriesView)series1.View).InnerIndent = 5;

((NestedDoughnutSeriesView)series2.View).InnerIndent = 5;

|

((NestedDoughnutSeriesView)series1.View).InnerIndent = 20;

((NestedDoughnutSeriesView)series2.View).InnerIndent = 20;

| | --- | --- | |

|

|

To learn more on Nested Doughnut series, see the Nested Doughnut Chart topic.

See Also

NestedDoughnutSeriesView Class

NestedDoughnutSeriesView Members

DevExpress.XtraCharts Namespace