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

RangeBarSeriesLabel() Constructor

Initializes a new instance of the RangeBarSeriesLabel class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public RangeBarSeriesLabel()

Remarks

Normally there is no need to create RangeBarSeriesLabel objects directly in your applications. The ChartControl object automatically instantiates this object.

See Also