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

SparklineOptions.ViewType Property

Gets or sets a sparkline view type.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(SparklineViewType.Line)]
public SparklineViewType ViewType { get; set; }

Property Value

Type Default Description
SparklineViewType **Line**

A SparklineViewType enumeration value that specifies the sparkline view type.

Property Paths

You can access this nested property as listed below:

Object Type Path to ViewType
Card
.SparklineOptions.ViewType
GridSparklineColumn
.SparklineOptions.ViewType
See Also