Skip to main content
A newer version of this page is available. .

FullStackedAreaDrawOptions Class

Contains settings for custom drawing full-stacked area series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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