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

BootstrapChartPointSettings.Symbol Property

Specifies which symbol should represent series points in scatter, line- and area-like series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(ChartPointSymbol.Circle)]
public ChartPointSymbol Symbol { get; set; }

Property Value

Type Default Description
ChartPointSymbol **Circle**

One of the ChartPointSymbol enumeration values.

Available values:

Name Description
Circle

Circular chart points.

Square

Square chart points.

Polygon

Polygonal chart points.

TriangleDown

Triangle-down chart points.

TriangleUp

Triangle-up chart points.

Cross

Cross chart points.

Property Paths

You can access this nested property as listed below:

See Also