Skip to main content

SparklineViewBase.ActualStartPointColor Property

Gets the actual color of a sparkline start point.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.Sparkline.Core

Declaration

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

Property Value

Type Description
Color

A Color value that is the actual point color.

See Also