Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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