PointStyle
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Defines the style of a point in the chart.
- C#
- VB.NET
public enum PointStyle : Enum
Public Enum PointStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Circle | Circle |
| Cross | Cross |
| CrossRot | Rotated cross |
| Dash | Dash |
| Line | Line |
| Rect | Rectange |
| RectRot | Rotated recrangle |
| RectRounded | Rounded rectangle |
| Star | Star |
| Triangle | Trianglle |