DxChartSeriesPoint.Color Property
In This Article
Specifies the point color.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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