Skip to main content

SparklineViewBase.CreateView(SparklineViewType) Method

Creates a sparkline view of the specified type.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.Sparkline.Core

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