SparklineOptions.HighlightMinMaxPoints Property
Gets or sets whether to highlight the minimum/maximum points of a sparkline.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
GridSparklineColumn |
|
Remarks
The image below shows a sparkline within a grid column.
See Also