Skip to main content

Stock2DModel.GetPredefinedKinds() Method

In This Article

Provides access to the collection of pre-defined Stock models.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public static IEnumerable<Stock2DKind> GetPredefinedKinds()

#Returns

Type Description
IEnumerable<Stock2DKind>

A collection of the Stock2DKind objects.

See Also