Skip to main content

SparklineOptions.HighlightStartEndPoints Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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