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

SparklineOptions.HighlightMinMaxPoints Property

Gets or sets whether to highlight the minimum/maximum points of a sparkline.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to highlight the minimum/maximum points of a sparkline; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

The image below shows a sparkline within a grid column.

Grid_SparklineAppearance

See Also