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

GridSparklineColumn.ShowStartEndValues Property

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

Namespace: DevExpress.DashboardCommon

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

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