Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ChartControl Chart { get; set; }

Property Value

Type Description
ChartControl

The chart to which the Range Control is bound.

See Also