Skip to main content
A newer version of this page is available.
All docs
V18.2

ChartElement.ClipToBounds Property

Indicates whether or not 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.v18.2.dll

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