Skip to main content

GridSparklineColumn.ShowStartEndValues Property

Gets or sets whether to display sparkline start/end values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool ShowStartEndValues { get; set; }

Property Value

Type Default Description
Boolean false

true, to display sparkline start/end values; otherwise, false.

Remarks

The image below shows a sparkline within a grid column with start/end values displayed.

Grid_SparklineAppearance

See Also