AreaSeries2D Class
In This Article
Represents the Area series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[TemplatePart(Name = "PART_PointsPanel", Type = typeof(SimplePanel))]
[TemplatePart(Name = "PART_AdditionalGeometryHolder", Type = typeof(ChartContentPresenter))]
public class AreaSeries2D :
MarkerSeries2D,
ISupportTransparency,
ISupportMarker2D,
ISupportSeriesBorder,
IGeometryHolder
#Remarks
The AreaSeries2D, AreaStackedSeries2D and AreaFullStackedSeries2D classes represent various Area series types available for the XY-diagram type.
#Inheritance
#Extension Methods
See Also