Skip to main content

MarkerSeries2D Class

The base class for all 2D series that support markers for their points.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public abstract class MarkerSeries2D :
    XYSeries2D

#Remarks

The MarkerSeries2D class exposes the MarkerSeries2D.Angle properties, and the MarkerSeries2D.SetAngle and MarkerSeries2D.GetAngle methods.

#Implements

See Also