Back to Devexpress

SideBySideBar3DSeriesView Class

corelibraries-devexpress-dot-xtracharts-dot-sidebysidebar3dseriesview.md

latest3.1 KB
Original Source

SideBySideBar3DSeriesView Class

Represents a series view of the 3D Bar type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SideBySideBar3DSeriesView :
    Bar3DSeriesView,
    ISideBySideBarSeriesView,
    IBarSeriesView
vb
Public Class SideBySideBar3DSeriesView
    Inherits Bar3DSeriesView
    Implements 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.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

ISupportTransparency

Inheritance

Object ChartElement SeriesViewBase XYDiagram3DSeriesViewBase SeriesView3DColorEachSupportBase Bar3DSeriesView SideBySideBar3DSeriesView

See Also

SideBySideBar3DSeriesView Members

Bar3DSeriesView

DevExpress.XtraCharts Namespace