BootstrapSparkline.ShowMinMax Property
Specifies whether or not to indicate both the minimum and maximum values on a sparkline.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to highlight the minimum and maximum values; otherwise, false. |
Remarks
When this property is set to true, the minimum and maximum values are highlighted and painted in the colors specified by the BootstrapSparkline.MinColor and BootstrapSparkline.MaxColor properties correspondingly.
See Also