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

TickSettings.Color Property

Specifies the color of ticks.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

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

Property Value

Type Default
Color String.Empty

Property Paths

You can access this nested property as listed below:

Object Type Path to Color
BootstrapChart
BootstrapChartArgumentAxis
BootstrapChartAxisSettings
BootstrapChartAxisSettingsBase
BootstrapChartCommonAxisSettings
BootstrapChartValueAxis
BootstrapPolarChart
BootstrapPolarChartArgumentAxis
BootstrapPolarChartAxisSettingsBase
BootstrapPolarChartValueAxis

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