| Visual Basic (Declaration) | |
|---|---|
Public Enum MarkerStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum MarkerStyle : Enum | |
| Member | Description |
|---|---|
| None | No shape is displayed. |
| Point | A dot shape is displayed. |
| Square | A square shape is displayed. |
| Circle | A circle shape is displayed. |
| Triangle | A triangle shape is displayed. |
| InvTriangle | An inverted triangle shape is displayed. |
| Diamond | A diamond shape is displayed. |
| Pyramid | A pyramid shape is displayed. |
| Cross | An X-like cross shape is displayed. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Chart.MarkerStyle