Skip to main content

RangeControlClientBarView Class

Changes the chart client view to Bar view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: 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