Skip to main content

SparklineViewBase.ActualMinPointColor Property

Gets the actual color of a sparkline minimum point.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.Sparkline.Core

Declaration

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

Property Value

Type Description
Color

A Color value that is the actual point color.

See Also