A newer version of this page is available.
Switch to the current version.
ChartPointSymbol Enum
Lists values defining the type of chart points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return ChartPointSymbol values:
Remarks
The enumeration is used by the BootstrapChartPointSettings.Symbol property.
See Also
Feedback