Skip to main content
A newer version of this page is available. .

Bar3DSize.Parse(String) Method

Creates an instance of the Bar3DSize based on the specified source string.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static Bar3DSize Parse(
    string source
)

Parameters

Name Type Description
source String

The source string.

Returns

Type Description
Bar3DSize

The size configured by the string.

See Also