point
Declared in commonSeriesSettings, the point settings apply to all points in the chart. Declared in a series configuration object, the point settings apply only to the points that belong to this particular series. The series-specific point settings override the common ones.
See Also
- customizePoint - сustomizes the appearance of an individual series point.
color
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
hoverMode
When a user pauses on a series point, this and other series points may react in one of the following ways depending on the value of the hoverMode option.
- onlyPoint
Only the point that a user pauses on changes its style. - allSeriesPoints
All points in the series change their style. - allArgumentPoints
The point that a user pauses on changes its style. Points with the same argument do it as well. - none
The point does not react to pointing to it.
Use the ChartPointInteractionMode
enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: OnlyPoint
, AllSeriesPoints
, AllArgumentPoints
, and None
.
See Also
selectionStyle
symbol
The following symbols are available.
symbol | Result |
---|---|
"circle" | ![]() |
"square" | ![]() |
"polygon" | ![]() |
"triangleDown" | ![]() |
"triangleUp" | ![]() |
"cross" | ![]() |
Use the PointSymbol
enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Circle
, Square
, Polygon
, TriangleDown
, TriangleUp
, and Cross
.