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

SparklineViewBase.ActualNegativePointColor Property

Gets the actual color of sparkline negative points.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v20.2.Core.dll

NuGet Packages: DevExpress.Sparkline.Core, DevExpress.WindowsDesktop.Sparkline.Core

Declaration

[Browsable(false)]
public Color ActualNegativePointColor { get; }

Property Value

Type Description
Color

A Color value that is the actual point color.

See Also