Bar3DSize.Parse(String) Method
Creates an instance of the Bar3DSize based on the specified source string.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | String | The source string. |
Returns
| Type | Description |
|---|---|
| Bar3DSize | The size configured by the string. |
See Also