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

DxChartSeriesPoint.Color Property

Specifies the point color.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public Color Color { get; set; }

Property Value

Type Description
Color

The point color.

Remarks

This property specifies the color for all the points in a series. See the DxChartSeriesPoint component’s description for more information.

See Also