Skip to main content
All docs
V20.1

ChartElement.ClipToBounds Property

Indicates whether to clip the ChartElement‘s content (or content coming from the child elements of this element) to fit into the containing 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 bool ClipToBounds { get; set; }

Property Value

Type Description
Boolean

true if the content should be clipped; otherwise false. The default value is false.

See Also