Back to Devexpress

ChartBoundRangeControlClient.Chart Property

wpf-devexpress-dot-xpf-dot-charts-dot-rangecontrolclient-dot-chartboundrangecontrolclient.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ChartControl Chart { get; set; }
vb
Public Property Chart As ChartControl

Property Value

TypeDescription
ChartControl

The chart to which the Range Control is bound.

|

See Also

ChartBoundRangeControlClient Class

ChartBoundRangeControlClient Members

DevExpress.Xpf.Charts.RangeControlClient Namespace