Skip to main content

SparklineOptions.ViewType Property

Gets or sets a sparkline view type.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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