Back to Devexpress

Bar3DSize.Parse(String) Method

wpf-devexpress-dot-xpf-dot-charts-dot-bar3dsize-dot-parse-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static Bar3DSize Parse(
    string source
)
vb
Public Shared Function Parse(
    source As String
) As Bar3DSize

Parameters

NameTypeDescription
sourceString

The source string.

|

Returns

TypeDescription
Bar3DSize

The size configured by the string.

|

See Also

Bar3DSize Class

Bar3DSize Members

DevExpress.Xpf.Charts Namespace