DxChartSeriesPoint.Symbol Property
Specifies the point symbol.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v22.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(ChartPointSymbol.Circle)]
[Parameter]
public ChartPointSymbol Symbol { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ChartPointSymbol | Circle | A ChartPointSymbol enumeration value. |
Available values:
Name | Description |
---|---|
Circle | Displays point markers as circles. |
Square | Displays point markers as squares. |
Polygon | Displays point markers as polygons. |
TriangleDown | Displays point markers as inverted triangles. |
TriangleUp | Displays point markers as triangles. |
Cross | Displays point markers as crosses. |
Remarks
This property specifies the symbol for all the points in a series. See the DxChartSeriesPoint component’s description for more information.