Skip to main content

Bar3DSeriesLabel() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Bar3DSeriesLabel()

Remarks

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

See Also