Specifies the marker types for displayed chart values.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartMarkerType
Visual Basic
Public Enumeration ChartMarkerType

Members

Member nameDescription
None No marker.
Square Square marker.
Circle Circle marker.
Diamond Diamond marker.
Triangle Triangle marker.
Cross Cross marker.
Star4 Star (4 points) marker.
Star5 Star (5 points) marker.
Star6 Star (6 points) marker.
Star10 Star (10 points) marker.
Auto Automatically cycle through marker types for each series.

See Also