Skip to main content
All docs
V20.1

ChartElement.BindingGroup Property

Gets or sets the BindingGroup that is used for ChartElement.

Namespace: DevExpress.Xpf.Charts

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

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

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