Skip to main content

XRSparkline.View Property

Specifies the view type of the XRSparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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