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

SparklineOptions.HighlightStartEndPoints Property

Gets or sets whether to highlight the start/end points of a sparkline.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public bool HighlightStartEndPoints { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to highlight the start/end points of a sparkline; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightStartEndPoints
Card
.SparklineOptions.HighlightStartEndPoints
GridSparklineColumn
.SparklineOptions.HighlightStartEndPoints

Remarks

The image below shows a sparkline within a grid column.

Grid_SparklineAppearance

See Also