Skip to main content

FunnelChart.MinIndentBetweenSeries Property

Gets or sets the minimum indent between two Funnel series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(5, Handler = "MinIndentBetweenSeriesChanged")]
public int MinIndentBetweenSeries { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the minimum series indent, in pixels.

Remarks

The following table illustrates how the MinIndentBetweenSeries property works.

MinIndentBetweenSeries =25 MinIndentBetweenSeries=75
Funnel_MinIndentBetweenSeries_25 Funnel_MinIndentBetweenSeries_75
See Also