FunnelSeries2D.HeightToWidthRatio Property
In This Article
Gets or sets a value that specifies the height-to-width ratio of a Funnel series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#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 FunnelSeries2D.HeightToWidthRatioAuto property.
The following images demonstrate the HeightToWidthRatio property in action.
Height | Height Height |
---|---|
See Also