Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartElement.BindingGroup Property

Gets or sets the BindingGroup that is used for ChartElement.

Namespace: DevExpress.Xpf.Charts

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

Declaration

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

Property Value

Type Description
BindingGroup

A BindingGroup object that contains a collection of bindings and ValidationRule objects that are used to validate an object.

See Also