SparklineColor Interface
Contains display options for the horizontal axis and data markers of a sparkline group.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return SparklineColor objects:
Remarks
Use one of the properties listed below to get access to an object exposing the SparklineColor interface, which enables you to display and color the corresponding sparkline element.
- SparklinePoints.Markers - displays data markers on the line sparklines.
- SparklinePoints.Negative - highlights markers that correspond to the negative values.
- SparklinePoints.Highest - highlights a marker that corresponds to the highest data value.
- SparklinePoints.Lowest - highlights a marker that corresponds to the lowest data value.
- SparklinePoints.First - highlights a marker that corresponds to the first data point on a sparkline.
- SparklinePoints.Last - highlights a marker that corresponds to the last data point on a sparkline.
- A SparklineHorizontalAxis object inherits display options from the SparklineColor interface to show the horizontal axis on a sparkline.
See Also