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

BootstrapSparkline.PointColor Property

Sets a color for points on a sparkline. Available for the sparklines of the line- and area-like types.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Color String.Empty

A string value that specifies the color.

Remarks

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.

See Also