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

CandleStick2DKind(Type, String) Constructor

Initializes a new instance of the CandleStick2DKind class with the specified name and type.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public CandleStick2DKind(
    Type type,
    string name
)

Parameters

Name Type Description
type Type

A Type value.

name String

A String value.

See Also