Enum
DataPointMarkerType

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.

Declaration

cs-api-definition
Auto = 0

Field Value

DataPointMarkerType

Circle

Uses a circle shape for the data point marker.

Declaration

cs-api-definition
Circle = 3

Field Value

DataPointMarkerType

Diamond

Uses a diamond shape for the data point marker.

Declaration

cs-api-definition
Diamond = 2

Field Value

DataPointMarkerType

Minus

Uses a '-' shape for the data point marker.

Declaration

cs-api-definition
Minus = 7

Field Value

DataPointMarkerType

Plus

Uses a '+' shape for the data point marker.

Declaration

cs-api-definition
Plus = 6

Field Value

DataPointMarkerType

Square

Uses a square shape for the data point marker.

Declaration

cs-api-definition
Square = 1

Field Value

DataPointMarkerType

Triangle

Uses a triangle shape for the data point marker.

Declaration

cs-api-definition
Triangle = 4

Field Value

DataPointMarkerType

X

Uses an X shape for the data point marker.

Declaration

cs-api-definition
X = 5

Field Value

DataPointMarkerType