Skip to main content

CustomLegendItem.MarkerColor Property

Gets or sets the color of a custom legend item marker.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Color MarkerColor { get; set; }

Property Value

Type Description
Color

A Color value.

See Also