Skip to main content
A newer version of this page is available. .

ChartBoundRangeControlClient.Chart Property

Gets or sets a chart to which the Range Control is bound. This is a dependency property.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

Declaration

public ChartControl Chart { get; set; }

Property Value

Type Description
ChartControl

The chart to which the Range Control is bound.

See Also