ChartBoundRangeControlClient.Chart Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ChartControl Chart { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
The chart to which the Range Control is bound. |
See Also