Back to Devexpress

PieSeriesView.HeightToWidthRatio Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriesview-2f446296.md

latest1.7 KB
Original Source

PieSeriesView.HeightToWidthRatio Property

Gets or sets a value that specifies the ratio of the pie chart’s height to its width.

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 floating point value that specifies the height to width ratio of the chart.

|

Remarks

Use the HeightToWidthRatio property to control the pie chart’s height relative to its width.

HeightToWidthRatio = 1HeightToWidthRatio = 0.5

See Also

PieSeriesView Class

PieSeriesView Members

DevExpress.XtraCharts Namespace