Bar3DSize.Parse(String) Method
In This Article
Creates an instance of the Bar3DSize based on the specified source string.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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