Enum DataPointMarkerType
Determines the data point markers.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum DataPointMarkerType
Auto
Uses the default marker type.
Circle
Uses a circle shape for the data point marker.
Diamond
Uses a diamond shape for the data point marker.
Minus
Uses a '-' shape for the data point marker.
Plus
Uses a '+' shape for the data point marker.
Square
Uses a square shape for the data point marker.
Triangle
Uses a triangle shape for the data point marker.
X
Uses an X shape for the data point marker.