Skip to main content

Bar3DSize(Double, Double) Constructor

Initializes a new instance of the Bar3DSize class with the specified width and thickness of bars.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Bar3DSize(
    double x,
    double z
)

Parameters

Name Type Description
x Double

The length of bars along the X-axis.

z Double

The length of bars along the Z-axis.

See Also