Skip to main content

BootstrapSparkline.MinColor Property

Sets a color for the boundary of the minimum point on a sparkline.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(Color), "")]
public Color MinColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A string value that specifies the color.

Remarks

Important

Make sure that the BootstrapSparkline.ShowMinMax property is set to true so that this property takes effect.

This property supports the following colors:

  • Hexadecimal colors
  • RGB colors
  • RGBA colors
  • Predefined/cross-browser color names
  • Predefined SVG colors

For more information, see the Color Tables at the Color Spot table.

To set a color for the maximum point on a sparkline, specify the BootstrapSparkline.MaxColor property. To specify a color for the area inside of the point boundary, use the BootstrapSparkline.PointColor property.

See Also