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

XlSparklineGroup.ColorMarker Property

Gets or sets the color of the data markers for each sparkline in the sparkline group.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public XlColor ColorMarker { get; set; }

Property Value

Type Description
XlColor

An XlColor object that specifies the marker color.

See Also