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

AreaSeriesView.ShowContour Property

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

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateLayout")]
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 AreaSeriesView.ContourAppearance property.

See Also