Skip to main content
A newer version of this page is available. .

FunnelSeriesView.HeightToWidthRatio Property

Gets or sets a value that specifies the height-to-width ratio of a Funnel View.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "CommonPropertyChanged")]
public double HeightToWidthRatio { get; set; }

Property Value

Type Description
Double

A double value that specifies the height-to-width ratio of a funnel.

Remarks

Use the HeightToWidthRatio property to manually set the height-to-width ratio of a Funnel series. To enable auto-calculation of this ratio, use the FunnelSeriesView.HeightToWidthRatioAuto property.

The following images demonstrate the HeightToWidthRatio property in action.

HeightToWidthRatioAuto = true

HeightToWidthRatioAuto = false

HeightToWidthRatio = 2

Funnel_HeightToWidthRatioAuto_True

Funnel_HeightToWidthRatio_2

See Also