Back to Devexpress

FunnelSeriesViewBase.HeightToWidthRatio Property

corelibraries-devexpress-dot-xtracharts-dot-funnelseriesviewbase.md

latest2.1 KB
Original Source

FunnelSeriesViewBase.HeightToWidthRatio Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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 = 1

| | --- | --- | |

|

|

See Also

HeightToWidthRatioAuto

FunnelSeriesViewBase Class

FunnelSeriesViewBase Members

DevExpress.XtraCharts Namespace