General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
BootstrapSparkline.MaxColor Property
Sets a color for the boundary of the maximum point on a sparkline.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
[DefaultValue(typeof(Color), "")]
public Color MaxColor { get; set; }
<DefaultValue(GetType(Color), "")>
Public Property MaxColor As Color
Property Value
Type | Default | Description |
---|---|---|
Color | 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
Feedback