Back to Devexpress

IChartSeriesLabelBorder.Color Property

blazor-devexpress-dot-blazor-dot-ichartserieslabelborder-388946cc.md

latest1.2 KB
Original Source

IChartSeriesLabelBorder.Color Property

Specifies the label border color.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue("#d3d3d3")]
string Color { get; set; }

Property Value

TypeDefaultDescription
String"#d3d3d3"

The label border color.

|

Remarks

The Color property accepts the following formats:

  • Longhand and shorthand hexadecimal color values: #ffff00, #ff0.
  • RGB and RGBA color codes: rgb(255, 0, 0), rgba(0, 230, 0, 0.3).
  • HTML color name (case-insensitive): red, DarkGreen.

Refer to the IChartSeriesLabelBorder interface description for additional information and an example.

See Also

IChartSeriesLabelBorder Interface

IChartSeriesLabelBorder Members

DevExpress.Blazor Namespace