SparklineOptions.ViewType Property
In This Article
Gets or sets a sparkline view type.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(SparklineViewType.Line)]
public SparklineViewType ViewType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Sparkline |
Line | A Sparkline |
Available values:
Name | Description |
---|---|
Line | Sparkline data points are represented as a line. |
Area | Sparkline data points are represented as area. |
Bar | Sparkline data points are represented as bars. |
Win |
Sparkline data points are represented as win and loss squares. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to View |
---|---|
Card |
|
Grid |
|
See Also