Skip to main content

SparklineOptions.HighlightMinMaxPoints Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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