Skip to main content
A newer version of this page is available.
All docs
V19.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.v19.1.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