Skip to main content

StackedAreaSeriesView.ShowContour Property

Gets or sets a value indicating whether or not it is necessary to show a contour for this series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowContour { get; set; }

Property Value

Type Description
Boolean

true, to show the contour; otherwise, false.

Remarks

The contour appearance is defined by the StackedAreaSeriesView.ContourAppearance property.

See Also