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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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