SparklineViewBase.Type Property
Gets the type of the sparkline view.
Namespace: DevExpress.Sparkline
Assembly: DevExpress.Sparkline.v24.1.Core.dll
NuGet Package: DevExpress.Sparkline.Core
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public abstract SparklineViewType Type { get; }
Property Value
Type | Description |
---|---|
SparklineViewType | A SparklineViewType enumeration value specifying the view type. |
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. |
WinLoss | Sparkline data points are represented as win and loss squares. |
Remarks
This property of the base SparklineViewBase class is implemented in inherited classes to indicate the exact type of the view.
See Also