Skip to main content

FullStackedAreaDrawOptions Class

Contains settings for custom drawing full-stacked area series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class FullStackedAreaDrawOptions :
    AreaDrawOptions

Remarks

The FullStackedAreaDrawOptions class contains specific settings which can be used to custom draw series of the Full-Stacked Area type and its descendants.

See Also