Skip to main content

Bar3DSize.Parse(String) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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