Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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:

Object Type Path to Symbol
BootstrapChartAreaSeriesBase
.Point .Symbol
BootstrapChartPointSeriesBase
.Point .Symbol
BootstrapChartRangeAreaSeries
.Point .Symbol
BootstrapChartSeries
.Point .Symbol
BootstrapPolarChartAreaSeries
.Point .Symbol
BootstrapPolarChartLineSeries
.Point .Symbol
BootstrapPolarChartScatterSeries
.Point .Symbol
BootstrapPolarChartSeries
.Point .Symbol
See Also