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

XlSparklineGroup.DisplayHidden Property

Gets or sets whether data in hidden cells are plotted 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 DisplayHidden { get; set; }

Property Value

Type Description
Boolean

True to display data in hidden cells; otherwise, false.

See Also