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

BootstrapSparkline.MaxColor Property

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

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(Color), "")]
public Color MaxColor { 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.MinColor property. To specify a color for the area inside of the point boundary, use the BootstrapSparkline.PointColor property.

See Also