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

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.v19.1.dll

Declaration

[DefaultValue(false)]
public bool ShowMinMax { get; set; }

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