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

XRSparkline.View Property

Specifies the view type of the XRSparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public SparklineViewBase View { get; set; }

Property Value

Type Description
SparklineViewBase

A SparklineViewBase descendant, specifying the Sparkline view type.

See Also