Skip to main content

ContourAppearance Class

Contains settings that specify the appearance of a contour drawn around chart elements.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ContourAppearance :
    ChartDependencyObject

Remarks

The ContourAppearance class provides the ContourAppearance.Brush property that specifies border color and the ContourAppearance.StrokeStyle property that specifies the appearance of a border line. Instances of the ContourAppearance class can be accessed via the ContourAppearance property of various classes (e.g., AreaSeriesView.ContourAppearance, PieSeriesView.ContourAppearance, etc.).

Inheritance

See Also