EnumDataPointMarkerType
Enum
Determines the data point markers.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum DataPointMarkerType
Fields
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.