Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+
Row

SparklinePoints.First Property

Provides access to the settings that control the color and visibility of the first data point for each sparkline in the group.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

SparklineColor First { get; }

Property Value

Type Description
SparklineColor

A SparklineColor object that specifies the marker color and visibility.

See Also