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

SparklineViewBase.CreateView(SparklineViewType) Method

Creates a sparkline view of the specified type.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v18.2.Core.dll

Declaration

public static SparklineViewBase CreateView(
    SparklineViewType viewType
)

Parameters

Name Type Description
viewType SparklineViewType

A SparklineViewType enumeration value specifying the type of view to create.

Returns

Type Description
SparklineViewBase

A SparklineViewBase class descendant.

See Also