Skip to main content

SideBySideBar3DSeriesView Class

Represents a series view of the 3D Bar type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SideBySideBar3DSeriesView :
    Bar3DSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView

Remarks

The SideBySideBar3DSeriesView class provides the functionality of a series view of the 3D Bar type within a chart control.

In addition to the common bar view settings inherited from the base Bar3DSeriesView class, the SideBySideBar3DSeriesView class declares the SideBySideBar3DSeriesView.BarDistanceFixed and SideBySideBar3DSeriesView.BarDistance properties which control the space between adjacent bars.

Note that a particular view type can be defined for a series via its SeriesBase.View property.

For more information on series views of the simple bar type, please see the Side-by-Side Bar Chart topic.

See Also