ContourAppearance Class
Contains settings that specify the appearance of a contour drawn around chart elements.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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