Enumerates all types of point markers.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration MarkerShape
C#
public enum MarkerShape
Visual C++
public enum class MarkerShape
JavaScript
Nasosoft.Chart.Drawing.MarkerShape = function();
Nasosoft.Chart.Drawing.MarkerShape.createEnum('Nasosoft.Chart.Drawing.MarkerShape', false);

Members

Member nameDescription
None
Do not display point markers.
Rectangle
Displays a rectangle.
Circle
Displays a circle.
Triangle
Displays a triangle.
TriangleLeft
Displays a rotated triangle.
TriangleRight
Displays a rotated triangle.
TriangleInverted
Displays a rotated triangle.
Diamond
Displays a diamond.
Marble
Displays a 3D marble.
HorizontalLine
Displays a horizontal line.
VerticalLine
Displays a vertical line.
Cross
Displays a cross.
X
Displays an X.
Picture
Displays a configured picture.
Custom
Displays a custom marker, user should implement the CustomMarker delegate.

Remarks

Supports combination of marker shapes. Supports custom drawing of marker shapes.

See Also