ContourAppearance Class
In This Article
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
#Related API Members
The following members return ContourAppearance objects:
#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
Object
DependencyObject
ChartDependencyObject
ContourAppearance
See Also