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

RangeControlClientBarView Class

Changes the chart client view to Bar view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

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

Declaration

public class RangeControlClientBarView :
    RangeControlClientView

Remarks

To display the chart client bar view within a range control, you need to assign a RangeControlClientBarView instance to the ChartRangeControlClient.View property.

ChartRangeClientBar

See Also