Skip to main content
All docs
V20.1

ChartElement.MaxWidth Property

Gets or sets the maximum width constraint of the element.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public double MaxWidth { get; set; }

Property Value

Type Description
Double

A Double value.

See Also