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

XlSparklineGroup.DisplayMarkers Property

Gets or sets whether data markers are displayed for each sparkline in the sparkline group.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool DisplayMarkers { get; set; }

Property Value

Type Description
Boolean

True to display data markers; otherwise, false.

See Also